Skip to content

Instantly share code, notes, and snippets.

@kevcodez
Created January 9, 2021 21:09
Show Gist options
  • Select an option

  • Save kevcodez/08a8d724e9392ae41cbfc43d3f01906a to your computer and use it in GitHub Desktop.

Select an option

Save kevcodez/08a8d724e9392ae41cbfc43d3f01906a to your computer and use it in GitHub Desktop.
Nuxt Config + Github Pages
export default theme({
// ...
router: {
base: '/<repo-name>/'
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment