Skip to content

Commit

Permalink
Switch image service
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Chinchilla <[email protected]>
  • Loading branch information
ChrisChinchilla committed Oct 6, 2024
1 parent 7cd9a50 commit d24e155
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ const whenExternalScripts = (items = []) => SITE.googleAnalyticsId ? Array.isArr

// https://astro.build/config
export default defineConfig({
// TODO: Fix this issue with netlify
image: {
service: squooshImageService(),
},
site: SITE.origin,
base: SITE.basePathname,
trailingSlash: SITE.trailingSlash ? 'always' : 'never',
Expand Down

0 comments on commit d24e155

Please sign in to comment.