We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48383a8 commit c3144b1Copy full SHA for c3144b1
astro.config.mjs
@@ -8,4 +8,7 @@ import { defineConfig } from 'astro/config';
8
export default defineConfig({
9
site: 'https://norbertas.com',
10
integrations: [mdx(), sitemap()],
11
+ redirects: {
12
+ "/about": "/"
13
+ }
14
});
0 commit comments