Skip to content

Commit 7d27e6a

Browse files
Add CORS header to images (#229)
Co-authored-by: Sam Denty <samddenty@gmail.com>
1 parent c7273cf commit 7d27e6a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

netlify.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
for = "/img/*"
33
[headers.values]
44
Cross-Origin-Resource-Policy = "cross-origin"
5+
Access-Control-Allow-Origin = "*"

0 commit comments

Comments
 (0)