cleanup
This commit is contained in:
parent
75c769a774
commit
7c28758204
|
|
@ -4,10 +4,6 @@
|
|||
"framework": "vite",
|
||||
"outputDirectory": "dist",
|
||||
"rewrites": [
|
||||
{
|
||||
"source": "/posts/(.*)",
|
||||
"destination": "/"
|
||||
},
|
||||
{
|
||||
"source": "/board/(.*)",
|
||||
"destination": "/"
|
||||
|
|
@ -19,10 +15,6 @@
|
|||
{
|
||||
"source": "/inbox",
|
||||
"destination": "/"
|
||||
},
|
||||
{
|
||||
"source": "/books",
|
||||
"destination": "/"
|
||||
}
|
||||
],
|
||||
"headers": [
|
||||
|
|
|
|||
Loading…
Reference in New Issue