next-multi-host
next-multi-host copied to clipboard
Multiple domains hosting on next.js
First of all congratulations for the study. Forgive my English, I'm Brazilian. I would like to know how the user authentication part would work, using static, would have how to...
This is running before other routes ``` { has: [ { type: 'host', value: '(?.*)', }, ], source: '/:slug*', destination: '/:host/:slug*', }, ```
Deploy to Vercel replaces some headers like cache-control with placeholders like $cache