We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3a8285 commit b96d771Copy full SHA for b96d771
astro.config.mjs
@@ -8,7 +8,11 @@ export default defineConfig({
8
site: "https://html2rss.github.io",
9
base: "/",
10
redirects: {
11
- // Only redirect actual old Jekyll URLs that need to be redirected
+ "/configs": "/feed-directory/",
12
+ "/components/html2rss-web": "/web-application/",
13
+ "/components/html2rss": "/ruby-gem/",
14
+ "/components/html2rss-configs": "/html2rss-configs/",
15
+ "/components": "/",
16
},
17
build: {
18
inlineStylesheets: "auto",
0 commit comments