[Fix] Images Paths

This commit is contained in:
Patryk Rzucidlo (@PTKDev)
2023-02-09 14:47:14 +01:00
parent 3739e557a5
commit ad89574f7d

View File

@@ -126,7 +126,7 @@ See https://kit.svelte.dev/docs/page-options#prerender for more details`
console.log(href);
let regex_input = new RegExp(`[^.]/_app/immutable`, "g");
let regex_replace = `./_app/immutable`;
let regex_replace = `"./_app/immutable`;
await replace.sync({
files: [pages + "/**/*"],