nextjs multi domain locale
1.0.0
Multiple domains and languages on the same Next.js site
This is an example of hosting multiple domains on the same Next.js site (while maintaining multiple languages and static site generation (SSG, getStaticProps)), using Next.js’ i18n system.
https://multi-domain-locale1.vercel.app/
locale is used to determine the site.pseudoLocale prop (pages inside a /[pseudoLocale] folder)./ to /en.See next.config.js for setup.