Skip to content

Commit

Permalink
Minimize HTML changes (#16905)
Browse files Browse the repository at this point in the history
  • Loading branch information
GregBrimble authored and vy-ton committed Sep 19, 2024
1 parent 4a8c4f0 commit 4f18496
Show file tree
Hide file tree
Showing 5 changed files with 329 additions and 252 deletions.
9 changes: 9 additions & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -204,4 +204,13 @@ export default defineConfig({
},
}),
],
vite: {
build: {
rollupOptions: {
output: {
entryFileNames: "_astro/[name].js",
},
},
},
},
});
Loading

0 comments on commit 4f18496

Please sign in to comment.