stackoverflow-clone icon indicating copy to clipboard operation
stackoverflow-clone copied to clipboard

Setting basePath for Next

Open sackio opened this issue 2 years ago • 0 comments

I am unable to get the application to use a basePath parameter supplied in the next.config.js file:

adding

module.exports = { basePath: '/somepath' ...

doesn't seem to have any effect

sackio avatar Sep 10 '22 17:09 sackio