1👍
- You need to deploy only the content of the
dist
folder not the folder itself - You need to setup router base
nuxt.config.js
export default {
router: {
base: '/<repository-name>/'
}
}
See docs
Source:stackexchange.com
1👍
dist
folder not the folder itselfnuxt.config.js
export default {
router: {
base: '/<repository-name>/'
}
}
See docs