Skip to content

Commit

Permalink
base configuration in vite.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Lor3wp committed Nov 21, 2023
1 parent eead6d2 commit 9136abb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion vite.config

This file was deleted.

3 changes: 2 additions & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ import react from '@vitejs/plugin-react'

// https://vitejs.dev/config/
export default defineConfig({
base: '/HsyTrailer/',
plugins: [react()],
})
});

0 comments on commit 9136abb

Please sign in to comment.