Skip to content

Commit

Permalink
setup netlify edge functions
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Dec 1, 2024
1 parent 1240560 commit 3220419
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,7 @@ function getAdapter() {

case 'netlify':
return netlify({
edge: false,
prerender: {
force: true
}
edge: true,
});

default:
Expand Down

0 comments on commit 3220419

Please sign in to comment.