Skip to content

Commit

Permalink
Merge pull request #160 from traPtitech/fix/set_base
Browse files Browse the repository at this point in the history
baseを設定してみた
  • Loading branch information
mehm8128 authored Jan 24, 2024
2 parents 0ef1f27 + acff1ca commit e769f67
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: '/admin/',
resolve: {
alias: {
'/@': srcPath
Expand Down

0 comments on commit e769f67

Please sign in to comment.