Skip to content

Commit

Permalink
set assetsInlineLimit build option to 2048
Browse files Browse the repository at this point in the history
  • Loading branch information
jamband committed Oct 15, 2023
1 parent 8d76fb4 commit 900f508
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,9 @@ export default defineConfig({
base: "denene/",
trailingSlash: "always",
integrations: [sitemap()],
vite: {
build: {
assetsInlineLimit: 2048,
},
},
});

0 comments on commit 900f508

Please sign in to comment.