3 questions
1
vote
1
answer
85
views
Next.js host based rewrite did not trigger on the root path
I want my subdomain sub.example.com to render the page example.com/brand without changing the URL.
Examples
sub.example.com/ should render example.com/brand
sub.example.com/work should render example....
2
votes
0
answers
271
views
Unable to use output: 'export' in next config file with i18n locales | Next JS
Question: Handling Next.js output: export and i18n Conflict During Build
I am facing an issue with next export and output: export configuration in Next.js. Since next export has been deprecated in ...
0
votes
1
answer
28
views
Next Config on images
How to setup next config to get images from http and https protocol
`/** @type {import('next').NextConfig} */
const nextConfig = {
images: {
remotePatterns: [
{
protocol: "...