[Fix] Regex

This commit is contained in:
Patryk Rzucidlo (@PTKDev)
2023-02-09 22:27:44 +01:00
parent fc7b84c64c
commit abbcd24b5f

View File

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