Skip to content

Commit

Permalink
Potential fix for inlining of SVG
Browse files Browse the repository at this point in the history
  • Loading branch information
danniehansen committed Mar 12, 2024
1 parent f0edfa2 commit 294034c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export default defineConfig({
plugins: [vue(), mkcert()],
server: { https: true },
build: {
sourcemap: true
sourcemap: true,
assetsInlineLimit: 0
}
});

0 comments on commit 294034c

Please sign in to comment.