blog/source/vercel.json

3 lines
73 B
JSON
Raw Normal View History

2022-05-30 04:42:42 +00:00
{
"rewrites": [{ "source": "/(.*)", "destination": "/404.html" }]
}