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 708c79e commit d45b6fcCopy full SHA for d45b6fc
astro.config.ts
@@ -1,4 +1,4 @@
1
-import { defineConfig } from "astro/config";
+import { defineConfig, passthroughImageService } from "astro/config";
2
import tailwind from "@astrojs/tailwind";
3
import react from "@astrojs/react";
4
import remarkToc from "remark-toc";
@@ -24,6 +24,10 @@ export default defineConfig({
24
react(),
25
sitemap(),
26
],
27
+ image: {
28
+ // see https://docs.astro.build/en/reference/errors/missing-sharp/
29
+ service: passthroughImageService(),
30
+ },
31
markdown: {
32
remarkPlugins: [
33
remarkToc,
0 commit comments