Skip to content

Commit 249de30

Browse files
docs: fix docs build process
1 parent cea9802 commit 249de30

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/astro.config.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
import starlight from '@astrojs/starlight'
2-
import { defineConfig } from 'astro/config'
2+
import { defineConfig, passthroughImageService } from 'astro/config'
33

44
const badge = { text: 'advanced' } as const
55

66
export default defineConfig({
7+
image: {
8+
service: passthroughImageService(),
9+
},
710
integrations: [
811
starlight({
912
components: {

0 commit comments

Comments
 (0)