Skip to content

Commit 12d5669

Browse files
committed
ベースパス修正
1 parent 9526ab0 commit 12d5669

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

frontend/vite.config.ts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,12 @@ export default defineConfig({
66
plugins: [
77
react()
88
],
9-
10-
base: process.env.GITHUB_ACTIONS ? '/CommandForgeEditor/' : '/',
9+
10+
base: process.env.GITHUB_ACTIONS
11+
? './'
12+
: process.env.GITHUB_ACTIONS
13+
? '/CommandForgeEditor/'
14+
: '/',
1115
resolve: {
1216
alias: {
1317
"@": path.resolve(__dirname, "./src"),

0 commit comments

Comments
 (0)