Skip to content

Commit

Permalink
feat: ignoring missing ids
Browse files Browse the repository at this point in the history
  • Loading branch information
s0er3n committed Jul 27, 2023
1 parent 0d03384 commit f182c04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Frontend/svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const config = {
fallback: null,
precompress: true,
}),
// prerender: { default: true }
prerender: { handleMissingId: "ignore" }
},

preprocess: [
Expand Down

0 comments on commit f182c04

Please sign in to comment.