fix: trailing slash confusion

This commit is contained in:
Felix Roos 2023-10-20 22:32:12 +02:00
parent 86997488fb
commit 624e685212

View File

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