Skip to content

Commit

Permalink
Merge pull request #162 from traPtitech/feat/set_base
Browse files Browse the repository at this point in the history
set base
  • Loading branch information
mehm8128 authored Jan 27, 2024
2 parents d5183c2 + 3df2aa1 commit 3e05630
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import PurgeIcons from 'vite-plugin-purge-icons'
const srcPath = path.resolve(__dirname, 'src').replace(/\\/g, '/')

const config: UserConfig = {
base: './',
resolve: {
alias: {
'/@': srcPath
Expand Down

0 comments on commit 3e05630

Please sign in to comment.