From 6c8cf52c98e372e393af6c90a33b8fbf372aec55 Mon Sep 17 00:00:00 2001 From: Yash-Ainapure Date: Mon, 7 Oct 2024 10:06:49 +0530 Subject: [PATCH] added /quiz:id route to vercel config --- vercel.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vercel.json b/vercel.json index 0a98ca9..481ab8a 100644 --- a/vercel.json +++ b/vercel.json @@ -9,6 +9,10 @@ } ], "routes": [ + { + "src": "/quiz/:id", + "dest": "/index.html" + }, { "src": "/(.*)", "dest": "/index.html"