From 437f2a5c6f19a2092cc306d7b2c2abce9e2fe30f Mon Sep 17 00:00:00 2001 From: denizk0461 Date: Sun, 13 Jul 2025 18:04:36 +0200 Subject: [PATCH] changed path to swordsnstuff in config file --- svelte.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }