Skip to content

Commit

Permalink
Get rid of relative paths
Browse files Browse the repository at this point in the history
  • Loading branch information
gdude2002 committed Jul 30, 2024
1 parent b48d0ec commit 7842296
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ const config = {
kit: {
adapter: adapter(),

paths: {
relative: false,
},

prerender: {
entries: ["*"]
}
Expand Down

0 comments on commit 7842296

Please sign in to comment.