Skip to content

Commit

Permalink
netlify configs
Browse files Browse the repository at this point in the history
  • Loading branch information
18kimn committed Sep 4, 2022
1 parent 81a8322 commit b8c2369
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[build]
command = "npm run build"
publish = "build"

[functions]
node_bundler = "esbuild"
2 changes: 1 addition & 1 deletion svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import preprocess from 'svelte-preprocess'
const config = {
preprocess: preprocess(),
kit: {
adapter: adapter()
adapter: adapter({edge: true})
}
}

Expand Down

0 comments on commit b8c2369

Please sign in to comment.