Skip to content

Commit

Permalink
Update astro.config.mjs (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov authored Aug 15, 2023
1 parent ae88774 commit 57cbe56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ import { defineConfig } from 'astro/config'
// https://astro.build/config
export default defineConfig({
site: 'https://astro-multiverse.netlify.app',
integrations: [Critters(), Compress({ svg: false })],
integrations: [Critters(), Compress({ SVG: false })],
})

0 comments on commit 57cbe56

Please sign in to comment.