Skip to content

Instantly share code, notes, and snippets.

@kevcodez
Created January 9, 2021 21:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kevcodez/08a8d724e9392ae41cbfc43d3f01906a to your computer and use it in GitHub Desktop.
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