No badges yet
No accepted solutions yet
Next.js 14.2, and output: "export" combined with basePath
Doesn't look like it's been merged into canary yet so I can't test it out. Even if it is merged will it be back ported to fix Next.js 14? I guess I'm asking if I should plan on...
Next.js 14.2, and output: "export" combined with basePath
``` module.exports = { output: "export", basePath: "/test", } ``` Using the above next.js config and `npm run build` to do a static deploy to the out folder. I'm testing with...