Skip to content

Commit

Permalink
Temporal Fix Image Service Miss Configure
Browse files Browse the repository at this point in the history
  • Loading branch information
TeenBiscuits committed Dec 7, 2024
1 parent 7cdd445 commit c0f3c9f
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 @@ -32,7 +32,7 @@ export default defineConfig({
output: "static",
adapter: vercel({
webAnalytics: { enabled: true },
imageService: true,
imageService: false,
devImageService: "sharp",
}),
integrations: [
Expand Down

0 comments on commit c0f3c9f

Please sign in to comment.