diff --git a/vite.config.js b/vite.config.js index ba87e9e..9edd38c 100644 --- a/vite.config.js +++ b/vite.config.js @@ -9,7 +9,7 @@ export default defineConfig(()=>{ return { base:"/Mini-Projects/", - define: {htmlFiles:g}, + define: {htmlFiles:g.map(file=> file.split("/").at(-1))}, build:{ rollupOptions:{ input: g