Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
mattobee committed Jan 14, 2025
1 parent acd66c6 commit 64b1ca8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ dotenv.config();
// https://astro.build/config
export default defineConfig({
output: 'server',
adapter: netlify(),
adapter: netlify({
edgeMiddleware: true,
split: true,
}),
integrations: [
vue({
template: {
Expand Down

0 comments on commit 64b1ca8

Please sign in to comment.