We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc7b84c commit abbcd24Copy full SHA for abbcd24
index.js
@@ -138,7 +138,7 @@ See https://kit.svelte.dev/docs/page-options#prerender for more details`
138
139
HTML_assets.forEach(async () => {
140
let regex_input = new RegExp(`[^.](/_app/immutable)`, "g");
141
- let regex_replace = `"./_app/immutable`;
+ let regex_replace = `./_app/immutable`;
142
143
await replace.sync({
144
files: [pages + "/**/*"],
0 commit comments