Files
5chan/vercel.json
T

8 lines
82 B
JSON
Raw Normal View History

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