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 folder inside next.config file?
Asked
Active
Viewed 321 times
1
-
1why ? you can create two folder in Public folder – H9ee Apr 04 '22 at 15:06
-
1I dont want two applications to share the assets since there are some site specific pdf. – booleanMonk Apr 04 '22 at 15:59