Skip to content

Commit

Permalink
Merge pull request #212 from hearchco/as/feat/vercel
Browse files Browse the repository at this point in the history
chore(vercel): enabled edge
  • Loading branch information
aleksasiriski authored Apr 4, 2024
2 parents 79b6a57 + 31c2f35 commit 23fffc0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ const config = {
// adapter-auto only supports some environments, see https://kit.svelte.dev/docs/adapter-auto for a list.
// If your environment is not supported or you settled on a specific environment, switch out the adapter.
// See https://kit.svelte.dev/docs/adapters for more information about adapters.
adapter: adapter()
adapter: adapter({
runtime: 'edge'
})
}
};

Expand Down
4 changes: 3 additions & 1 deletion svelte.config.vercel.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ const config = {
// adapter-auto only supports some environments, see https://kit.svelte.dev/docs/adapter-auto for a list.
// If your environment is not supported or you settled on a specific environment, switch out the adapter.
// See https://kit.svelte.dev/docs/adapters for more information about adapters.
adapter: adapter()
adapter: adapter({
runtime: 'edge'
})
}
};

Expand Down

0 comments on commit 23fffc0

Please sign in to comment.