Next.js Discord

Discord Forum

Vercel and Vite main page is working, another page give 404 error

Answered
Aidi posted this in #help-forum
Open in Discord
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": "/"}
    ]
}
inside
View full answer

1 Reply

AidiOP
fixed, create a file called vercel.json and put
{
    "rewrites": [
        {"source": "/(.*)", "destination": "/"}
    ]
}
inside
Answer