If you've read our guide on how to Sync your URLs with React InstantSearch, you may have wondered how to apply this custom routing logic in your Next.js application.
For guidance on how to create SEO friendly URL's in conjunction with our Next.js guide, the best resource to start with is our react-instantsearch-router-nextjs usage guide.
This guide explains how to pass your custom routing logic to the createInstantSearchRouterNext
's routerOptions
parameter.
You can also reference our createInstantSearchRouterNext() documentation.