We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67742fc commit bed2eb9Copy full SHA for bed2eb9
1 file changed
astro.config.mjs
@@ -28,7 +28,8 @@ export default defineConfig({
28
// base: '/docs',
29
trailingSlash: 'never',
30
build: {
31
- format: 'file'
+ format: 'directory',
32
+ redirects: false,
33
},
34
35
// Adapter
0 commit comments