Skip to content

Commit

Permalink
fix(ci): update cdn endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Dosugamea committed Jan 18, 2024
1 parent 906c397 commit bf041dc
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>/'
cdnURL: 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 bf041dc

Please sign in to comment.