Skip to content

Commit

Permalink
Remove base URL prefix as this is no longer required when hosted at a…
Browse files Browse the repository at this point in the history
… custom URL
  • Loading branch information
othyn committed Jan 23, 2023
1 parent 1063ea4 commit 1062db9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ export default {

// https://nuxtjs.org/deployments/github-pages/#deploying-to-github-pages-for-repository
// NOTE: May break the image builds, will need to update web server/proxies to host at the new base URL
router: {
base: '/othyn.com/',
},
// router: {
// base: '/othyn.com/',
// },

// Global page headers: https://go.nuxtjs.dev/config-head
head: {
Expand Down

0 comments on commit 1062db9

Please sign in to comment.