Skip to content

Commit 7ca617c

Browse files
committed
we love penguinmod home codebase
1 parent de64f27 commit 7ca617c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

svelte.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ export default {
1616
// https://svelte.dev/docs/kit/configuration#prerender
1717
if (path && path.startsWith("/api")) return; // whatever bro js render
1818
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
1921
switch (path) {
2022
case "/error":
2123
case "/contact.html":

0 commit comments

Comments
 (0)