Skip to content

Commit

Permalink
vite building page
Browse files Browse the repository at this point in the history
  • Loading branch information
MounirAia committed Aug 15, 2024
1 parent 2883293 commit 4978e1c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,7 @@ export default defineConfig({
input: {
index: resolve(__dirname, 'index.html'),
},
output: {
// Set assetFileNames and chunkFileNames to place all assets at the root level
assetFileNames: '[name].[ext]',
chunkFileNames: '[name].js',
entryFileNames: '[name].js',
},
},
},
base: './',
});

0 comments on commit 4978e1c

Please sign in to comment.