diff options
Diffstat (limited to 'static')
| -rw-r--r-- | static/vercel.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/vercel.json b/static/vercel.json index bbbd8a0..6bcf614 100644 --- a/static/vercel.json +++ b/static/vercel.json @@ -123,8 +123,8 @@ { "source": "/(.*)", - "destination": "/index.html", - "statusCode": 200 + "destination": "/404.html", + "statusCode": 404 }, { |
