Vercel and Vite main page is working, another page give 404 error
Answered
Aidi posted this in #help-forum
AidiOP
Guys, any idea why https://www.deepizzaandwraps.com/ it's working but https://www.deepizzaandwraps.com/franchise isn't, i mean it is working but if you refresh it give an error
Answered by Aidi
fixed, create a file called
vercel.json and put {
"rewrites": [
{"source": "/(.*)", "destination": "/"}
]
} inside1 Reply
AidiOP
fixed, create a file called
vercel.json and put {
"rewrites": [
{"source": "/(.*)", "destination": "/"}
]
} insideAnswer