mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-11 13:48:34 +00:00
fix: try different trailing slash behavior
This commit is contained in:
parent
624e685212
commit
8f4344f413
@ -45,9 +45,9 @@ const options = {
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
trailingSlash: 'always',
|
||||
trailingSlash: 'never',
|
||||
build: {
|
||||
format: 'directory',
|
||||
format: 'file',
|
||||
},
|
||||
integrations: [
|
||||
react(),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user