🏖️
Chisfis - Online Booking React Nextjs template
Buy nowLive demoDocumentation for Nextjs version
  • Getting Started
  • Folder Structure
  • Dependencies
  • Install
  • Custom color, fonts
  • Plugins Used
  • Component Structure
  • Sources And Credits
  • Support
  • Change log
    • Change log
  • How to?
    • Rewrites routers when deploy to vercel
    • Copy page Search from Ncmaz to Chisfis template
    • How to Get Google Maps API Key for Free (in 5 easy steps)
    • Hero search form onSubmit handle
Powered by GitBook
On this page

Was this helpful?

  1. How to?

Rewrites routers when deploy to vercel

1, src/routers/index.ts -> <BrowserRouter basename="/">

2, create file vercel.json in root: { "rewrites": [{ "source": "/(.*)", "destination": "/index.html" }]}

Thanks!

PreviousChange logNextCopy page Search from Ncmaz to Chisfis template

Last updated 2 years ago

Was this helpful?