Skip to content

Commit

Permalink
feat(config): enable config serialization and enforce trailing slashes
Browse files Browse the repository at this point in the history
  • Loading branch information
everton-dgn committed Jan 30, 2025
1 parent 06d8bb6 commit 342b8b3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ import { defineConfig } from 'astro/config'
import solid from '@astrojs/solid-js'

export default defineConfig({
experimental: {
serializeConfig: true
},
trailingSlash: 'always',
security: {
checkOrigin: true
},
Expand Down

0 comments on commit 342b8b3

Please sign in to comment.