Skip to content

Commit

Permalink
fix: build works again for pages like /resume/
Browse files Browse the repository at this point in the history
  • Loading branch information
rafistrauss authored Mar 23, 2022
1 parent ca4ff2a commit 281a122
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ const config = {
adapter: adapter(),
prerender: {
default: true
}
},
trailingSlash: 'always'
},
vite: {
server: {
Expand Down

0 comments on commit 281a122

Please sign in to comment.