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 de64f27 commit 7ca617cCopy full SHA for 7ca617c
1 file changed
svelte.config.js
@@ -16,6 +16,8 @@ export default {
16
// https://svelte.dev/docs/kit/configuration#prerender
17
if (path && path.startsWith("/api")) return; // whatever bro js render
18
if (path && path.includes("https://")) return; // whatever bro js render
19
+ if (path && path.includes("https:.webp")) return; // whatever bro js render
20
+ if (path && path.includes("https:.png")) return; // whatever bro js render
21
switch (path) {
22
case "/error":
23
case "/contact.html":
0 commit comments