Skip to content

Commit b4f591e

Browse files
committed
chore: base pathを設定
1 parent da94bbd commit b4f591e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

2025/astro.config.mjs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22
import { defineConfig } from 'astro/config';
33

44
// https://astro.build/config
5-
export default defineConfig({});
5+
export default defineConfig({
6+
base: '/2025',
7+
});

0 commit comments

Comments
 (0)