changed path to swordsnstuff in config file

This commit is contained in:
2025-07-13 18:04:36 +02:00
parent a74a03dfae
commit 437f2a5c6f

View File

@@ -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;
}