pswui/vercel.json
p-sw 6fd099dc69 refactor: Moved vercel.json file to root directory
We have moved the vercel.json file to the root directory to standardize the project structure and improve the efficiency of referencing the file in our code.
2024-06-06 20:13:23 +09:00

4 lines
62 B
JSON

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