diff --git a/svelte.config.js b/svelte.config.js index 312f119..a32f411 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -15,7 +15,7 @@ const config = { prerender: { handleHttpError: ({ path, referrer, message }) => { // ignore deliberate link to shiny 404 page - if (path === '/swordsnstuff' || path === '/projects/tads/tads1' || path === '/projects/tads/tads2') { + if (path === '/games/swordsnstuff' || path === '/projects/tads/tads1' || path === '/projects/tads/tads2') { return; }