fix: try different trailing slash behavior

This commit is contained in:
Felix Roos 2023-10-20 22:38:46 +02:00
parent 624e685212
commit 8f4344f413

View File

@ -45,9 +45,9 @@ const options = {
// https://astro.build/config
export default defineConfig({
trailingSlash: 'always',
trailingSlash: 'never',
build: {
format: 'directory',
format: 'file',
},
integrations: [
react(),