Skip to content

Commit

Permalink
Update vite.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ductinhkzz authored Sep 21, 2024
1 parent 9704f79 commit 848b176
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ export default defineConfig(() => {
pagesDir: path.join(__dirname, 'pages'),
}),
],
base:
process.env.NODE_ENV === 'producton'
? 'https://ductinhkzz.github.io/dnd-tree-sortable'
: 'dnd-tree-sortable/docs/dist',
resolve: {
alias: {
'dnd-tree-sortable': path.join(__dirname, '../lib'),
Expand Down

0 comments on commit 848b176

Please sign in to comment.