From de1885fe8fe279c95c2c2b101fad916958dadd4a Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 12 Sep 2024 22:10:31 +0000 Subject: Added Pagination component --- astro.config.mjs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'astro.config.mjs') diff --git a/astro.config.mjs b/astro.config.mjs index 8f03e22..1b1e5bf 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -8,4 +8,10 @@ export default defineConfig({ markdown: { remarkPlugins: [remarkReadingTime], }, + redirects: { + "/blog": { + destination: "/", + status: 301, + }, + }, }); -- cgit v1.2.3