nextjs-multi-domain-locale
nextjs-multi-domain-locale copied to clipboard
Hosting multiple domains on the same Next.js site (while maintaining multiple languages and SSG)
Results
2
nextjs-multi-domain-locale issues
Sort by
recently updated
recently updated
newest added
trafficstars
One reason to include Express (or similar) for handling multitenancy with Next.JS is to be able to handle different slugs/urls for the same endpoints: - English: [About](/en/about) - Swedish: [Om](/sv/om)...
Didn't manage to start the dev server with `yarn dev`