stackoverflow-clone
stackoverflow-clone copied to clipboard
Setting basePath for Next
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