Skip to content

Commit c3144b1

Browse files
committed
Add redirect for about page
1 parent 48383a8 commit c3144b1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

astro.config.mjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,7 @@ import { defineConfig } from 'astro/config';
88
export default defineConfig({
99
site: 'https://norbertas.com',
1010
integrations: [mdx(), sitemap()],
11+
redirects: {
12+
"/about": "/"
13+
}
1114
});

0 commit comments

Comments
 (0)