This commit is contained in:
Jeff Emmett 2024-12-07 22:50:55 -05:00
parent 75c769a774
commit 7c28758204
1 changed files with 0 additions and 8 deletions

View File

@ -4,10 +4,6 @@
"framework": "vite", "framework": "vite",
"outputDirectory": "dist", "outputDirectory": "dist",
"rewrites": [ "rewrites": [
{
"source": "/posts/(.*)",
"destination": "/"
},
{ {
"source": "/board/(.*)", "source": "/board/(.*)",
"destination": "/" "destination": "/"
@ -19,10 +15,6 @@
{ {
"source": "/inbox", "source": "/inbox",
"destination": "/" "destination": "/"
},
{
"source": "/books",
"destination": "/"
} }
], ],
"headers": [ "headers": [