Merge branch 'main' of github.com:ptkdev/sveltekit-electron-adapter

This commit is contained in:
Patryk Rzucidlo (PTKDev)
2023-02-09 22:11:04 +01:00

View File

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