Skip to content

Commit

Permalink
Silence image warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwgillespie committed May 8, 2024
1 parent fc72d85 commit 465d151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astro.config.mjs
Expand Up @@ -6,7 +6,7 @@ import {defineConfig} from 'astro/config'
export default defineConfig({
integrations: [tailwind()],
output: 'server',
adapter: cloudflare({platformProxy: {enabled: true}}),
adapter: cloudflare({platformProxy: {enabled: true}, imageService: 'passthrough'}),
vite: {
resolve: {
alias: {
Expand Down

0 comments on commit 465d151

Please sign in to comment.