travel_report_east_africa/slidev/vercel.json

8 lines
144 B
JSON
Raw Permalink Normal View History

2024-01-28 14:51:08 +01:00
{
"rewrites": [
{ "source": "/(.*)", "destination": "/index.html" }
],
"buildCommand": "npm run build",
"outputDirectory": "dist"
}