Skip to content

Commit

Permalink
Static site adaptor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xzippyzachx committed Apr 18, 2024
1 parent 0b392f4 commit 421925f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
.svelte-kit
.svelte-kit
build/*
2 changes: 1 addition & 1 deletion svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const config = {
adapter: adapter({
pages:'build',
assets:'build',
fallback: undefined,
fallback: 'app.html',
precompress: false,
strict:true
}),
Expand Down

0 comments on commit 421925f

Please sign in to comment.