Skip to content

Commit

Permalink
fix(ci): readd baseURL
Browse files Browse the repository at this point in the history
  • Loading branch information
Dosugamea committed Jan 18, 2024
1 parent 345ca34 commit 614e67c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ export default defineNuxtConfig({
},
devtools: { enabled: true },
app: {
baseURL: import.meta.env.GITHUB_ACTIONS ? '/recreate-news/' : undefined, // baseURL: '/<repository>/'
buildAssetsDir: 'assets',
head: {
title: 'Sparkle News',
titleTemplate: '%s - Sparkle News',
Expand Down

0 comments on commit 614e67c

Please sign in to comment.