Files
pdfme/vercel.json
Kyohei Fukuda a572f605e9 Updates
2024-09-11 10:35:37 +09:00

8 lines
95 B
JSON

{
"rewrites": [
{
"source": "/(.*)",
"destination": "/index.html"
}
]
}