Skip to content

Commit 02c4844

Browse files
committed
feat: デフォルト言語をjaへ変更
1 parent 95a1809 commit 02c4844

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

2025/astro.config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default defineConfig({
88
serializeConfig: true,
99
},
1010
redirects: {
11-
'/': '/2025/en',
12-
'/2025': '/2025/en',
11+
'/': '/2025/ja',
12+
'/2025': '/2025/ja',
1313
},
1414
});

0 commit comments

Comments
 (0)