From 82d14838e420c4d13455f5468cd2a41dd0f29ffa Mon Sep 17 00:00:00 2001 From: Gil Desmarais Date: Wed, 17 Sep 2025 18:14:36 +0200 Subject: [PATCH] feat: setup redirects --- astro.config.mjs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/astro.config.mjs b/astro.config.mjs index b473a7fd..136d39fa 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -8,7 +8,11 @@ export default defineConfig({ site: "https://html2rss.github.io", base: "/", redirects: { - // Only redirect actual old Jekyll URLs that need to be redirected + "/configs": "/feed-directory/", + "/components/html2rss-web": "/web-application/", + "/components/html2rss": "/ruby-gem/", + "/components/html2rss-configs": "/html2rss-configs/", + "/components": "/", }, build: { inlineStylesheets: "auto",