Skip to content

Commit 1d95f1c

Browse files
committed
Add image domains to demo/astro.config.mjs
1 parent b697978 commit 1d95f1c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

demo/astro.config.mjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,8 @@ import embed from 'astro-embed/integration';
44

55
// https://astro.build/config
66
export default defineConfig({
7+
image: {
8+
domains: ['i.ytimg.com', 'i.vimeocdn.com', 'astro.build'],
9+
},
710
integrations: [embed(), mdx()],
811
});

0 commit comments

Comments
 (0)