Skip to content

Commit b96d771

Browse files
authored
feat: setup redirects (#948)
1 parent c3a8285 commit b96d771

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

astro.config.mjs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@ export default defineConfig({
88
site: "https://html2rss.github.io",
99
base: "/",
1010
redirects: {
11-
// Only redirect actual old Jekyll URLs that need to be redirected
11+
"/configs": "/feed-directory/",
12+
"/components/html2rss-web": "/web-application/",
13+
"/components/html2rss": "/ruby-gem/",
14+
"/components/html2rss-configs": "/html2rss-configs/",
15+
"/components": "/",
1216
},
1317
build: {
1418
inlineStylesheets: "auto",

0 commit comments

Comments
 (0)