Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
85 views

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....
Etemire Ewoma's user avatar
2 votes
0 answers
271 views

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 ...
Abdullah Tahir's user avatar
0 votes
1 answer
28 views

How to setup next config to get images from http and https protocol `/** @type {import('next').NextConfig} */ const nextConfig = { images: { remotePatterns: [ { protocol: "...
Micheal Olowookere's user avatar