Skip to content

Commit

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

0 comments on commit 9ff7a0d

Please sign in to comment.