mirror of
https://github.com/LukeHagar/sveltekit-electron-adapter.git
synced 2025-12-10 12:47:49 +00:00
[Fix] Removed console.log()
This commit is contained in:
1
index.js
1
index.js
@@ -123,7 +123,6 @@ See https://kit.svelte.dev/docs/page-options#prerender for more details`
|
|||||||
|
|
||||||
HTML_assets.forEach(async (path) => {
|
HTML_assets.forEach(async (path) => {
|
||||||
let href = "/" + 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`;
|
let regex_replace = `"./_app/immutable`;
|
||||||
|
|||||||
Reference in New Issue
Block a user