Skip to content

Commit

Permalink
changed the resolve alias to include bash path
Browse files Browse the repository at this point in the history
  • Loading branch information
arositen committed May 20, 2024
1 parent c045858 commit d0da2a5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
17 changes: 0 additions & 17 deletions public/index.html

This file was deleted.

2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ export default defineConfig({
plugins: [react()],
base: '/Gumball/#',
resolve: {
alias: [{ find: "@", replacement: path.resolve(__dirname, "src") }]
alias: [{ find: "@", replacement: path.resolve(__dirname, "/Gumball/#/src") }]
}
})

0 comments on commit d0da2a5

Please sign in to comment.