23 lines
391 B
JSON
23 lines
391 B
JSON
{
|
|
"buildCommand": "yarn build --legacy-peer-deps",
|
|
"framework": "vite",
|
|
"outputDirectory": "dist",
|
|
"rewrites": [
|
|
{
|
|
"source": "/posts/(.*)",
|
|
"destination": "/"
|
|
},
|
|
{
|
|
"source": "/board/(.*)",
|
|
"destination": "/"
|
|
},
|
|
{
|
|
"source": "/inbox",
|
|
"destination": "/"
|
|
},
|
|
{
|
|
"source": "/books",
|
|
"destination": "/"
|
|
}
|
|
]
|
|
} |