Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
junian committed Apr 24, 2024
1 parent 36618ee commit 5d153a8
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions site/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ export default defineNuxtConfig({
},

app: {
// If host it on https://example.com
// baseURL: '/'
// Else if host it on https://example.com/resume
// baseURL: '/resume/'
baseURL: '/resume.md/', // baseURL: '/<repository>/'
buildAssetsDir: 'assets', // don't use "_" at the begining of the folder name to avoids
head: {
Expand All @@ -67,9 +71,4 @@ export default defineNuxtConfig({

pwa,

target: 'static',

router: {
base: '/resume.md/'
}
});

0 comments on commit 5d153a8

Please sign in to comment.