python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
next.js Can we set 'public' folder path from next.config.js file?
I have a Next.js SSG application that generates two static sites by providing different env variables during export. Can I have two different public folders for these two sites? Can I set public folde...
booleanMonk
Votes: 0
Answers: 0
How can I change the address nuxt/webpack is attempting to fetch subsequent chunks from?
My controller serves my nuxt app through another app's controller. e.g. hitting https://google.com/my-address will actually reach out to a nuxt app hosted at https://custom-address/. The initial load ...

Steve
Votes: 0
Answers: 1