Skip to content

Commit

Permalink
feat/add domain for astro build images
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioFerreira committed May 1, 2024
1 parent 470470a commit 87d827e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,5 @@ export default defineConfig({
applyBaseStyles: false,
}),
],
image: {
remotePatterns: [{ protocol: "https" }],
},
image: { domains: ["astro.build"], remotePatterns: [{ protocol: "https" }] },
});

0 comments on commit 87d827e

Please sign in to comment.