Skip to content

Commit

Permalink
fix(ci): fix endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Dosugamea committed Jan 18, 2024
1 parent aa18976 commit 906c397
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ 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 906c397

Please sign in to comment.