cleanup
This commit is contained in:
parent
f186d69886
commit
80fe3ebc63
|
|
@ -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": [
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue