{
"buildCommand": "yarn build",
"framework": "vite",
"outputDirectory": "dist",
"rewrites": [
"source": "/posts/(.*)",
"destination": "/posts/$1"
}
]