Skip to content

Commit

Permalink
enable experimental features
Browse files Browse the repository at this point in the history
  • Loading branch information
anonrig committed Sep 2, 2024
1 parent ea446f8 commit 25ea6a6
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 @@ -19,6 +19,10 @@ export default defineConfig({
imageService: 'compile',
}),
trailingSlash: 'never',
experimental: {
contentIntellisense: true,
contentLayer: true,
},
security: {
checkOrigin: true,
},
Expand Down

0 comments on commit 25ea6a6

Please sign in to comment.