Skip to content

Commit d0c61c8

Browse files
committed
docs: redirect slash to introduction
1 parent d9149b5 commit d0c61c8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docs/view/astro.config.mjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ import react from "@astrojs/react";
88

99
// https://astro.build/config
1010
export default defineConfig({
11+
redirects: {
12+
"/": "/en/introduction",
13+
},
1114
server: {
1215
port: 4000,
1316
},

0 commit comments

Comments
 (0)