We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e91e99c commit 2126f3fCopy full SHA for 2126f3f
1 file changed
astro.config.mjs
@@ -2,7 +2,7 @@ import mdx from "@astrojs/mdx";
2
import react from "@astrojs/react";
3
import tailwind from "@astrojs/tailwind";
4
import awsAmplify from "astro-aws-amplify";
5
-import { defineConfig } from "astro/config";
+import { defineConfig, passthroughImageService } from "astro/config";
6
7
8
// https://astro.build/config
@@ -14,6 +14,9 @@ export default defineConfig({
14
},
15
experimental: {
16
svg: true
17
+ },
18
+ image: {
19
+ service: passthroughImageService()
20
21
integrations: [
22
mdx(),
0 commit comments