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 maheshwarip committed Dec 2, 2024
1 parent a7c4df3 commit 1231001
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 1231001

Please sign in to comment.