Skip to content

Commit

Permalink
fix: opt out image
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanyawat-Arsaga committed Apr 5, 2024
1 parent 390f34c commit e2a85fa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/astro/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@ export default defineConfig({
},
integrations: [pandacss(), react()],
output: 'hybrid',
adapter: netlify({})
adapter: netlify({
imageCDN: false
})
});

0 comments on commit e2a85fa

Please sign in to comment.