Skip to content

Commit

Permalink
Fix vite build
Browse files Browse the repository at this point in the history
  • Loading branch information
gdsc0301 committed Jun 30, 2023
1 parent e34033b commit 0c1f71d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import { defineConfig } from 'vite'

export default defineConfig({
base: process.env.GITHUB_REPOSITORY.split('/')[1] || '/'
});

0 comments on commit 0c1f71d

Please sign in to comment.