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 b697978 commit 1d95f1cCopy full SHA for 1d95f1c
demo/astro.config.mjs
@@ -4,5 +4,8 @@ import embed from 'astro-embed/integration';
4
5
// https://astro.build/config
6
export default defineConfig({
7
+ image: {
8
+ domains: ['i.ytimg.com', 'i.vimeocdn.com', 'astro.build'],
9
+ },
10
integrations: [embed(), mdx()],
11
});
0 commit comments