Multiple domains and languages on the same Next.js site
1–10 of 12 posts
Re: Multiple domains and languages on the same Next.js site
#2Re: Multiple domains and languages on the same Next.js site
#3Re: Multiple domains and languages on the same Next.js site
#4I really wish next would just support multiple domains out of the box. I have two sites that share 99% of the same code but just need slightly different styles and endpoints.
With Google Cloud Build you can even deploy them in parallel.
Re: Multiple domains and languages on the same Next.js site
#5Re: Multiple domains and languages on the same Next.js site
#6Re: Multiple domains and languages on the same Next.js site
#7I really wish next would just support multiple domains out of the box. I have two sites that share 99% of the same code but just need slightly different styles and endpoints.
That can be dealed with proper CI tooling. In your build script you can create one folder for each website, tweak it as needed and deploy each of them independently. With Google Cloud Build you can even deploy them in parallel.
Re: Multiple domains and languages on the same Next.js site
#8It's a shame they haven't addressed that in months despite lots of folks asking for it.
Re: Multiple domains and languages on the same Next.js site
#9languages refer to i18n and not programming languages
Re: Multiple domains and languages on the same Next.js site
#10languages refer to i18n and not programming languages