Skip to content

Commit bed2eb9

Browse files
committed
尝试继续使用 index.html 方式生成页面
1 parent 67742fc commit bed2eb9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

astro.config.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ export default defineConfig({
2828
// base: '/docs',
2929
trailingSlash: 'never',
3030
build: {
31-
format: 'file'
31+
format: 'directory',
32+
redirects: false,
3233
},
3334

3435
// Adapter

0 commit comments

Comments
 (0)