1
0
Fork 0
mirror of https://github.com/mat-1/matdoesdev.git synced 2025-08-02 06:36:04 +00:00

add /retro to svelte.config.js prerender entries

This commit is contained in:
mat 2024-10-09 04:28:55 +00:00
parent 7afac3a7fb
commit 4a54018b1c

View file

@ -35,6 +35,8 @@ const config = {
'/blog/uncovering-the-discord-twitch-bots',
'/blog/what-are-domain-hacks',
'/blog/who-is-mat',
// sometimes /retro doesn't get prerendered if this isn't included
'/retro',
],
handleHttpError: 'warn',
},