changed path to swordsnstuff in config file
This commit is contained in:
@@ -15,7 +15,7 @@ const config = {
|
|||||||
prerender: {
|
prerender: {
|
||||||
handleHttpError: ({ path, referrer, message }) => {
|
handleHttpError: ({ path, referrer, message }) => {
|
||||||
// ignore deliberate link to shiny 404 page
|
// 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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user