Skip to content

Commit

Permalink
Fix inline test
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy committed May 13, 2024
1 parent c0914b3 commit ac43176
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ import { defineConfig } from 'astro/config';
// https://astro.build/config
export default defineConfig({
vite: {
build: {
assetsInlineLimit: 0
},
ssr: {
noExternal: [
'@fontsource/montserrat',
Expand Down

0 comments on commit ac43176

Please sign in to comment.