diff --git a/dev/docs/firebase.json b/dev/docs/firebase.json index 3474e660e9b..0a76cd23ef3 100644 --- a/dev/docs/firebase.json +++ b/dev/docs/firebase.json @@ -9,11 +9,11 @@ ], "headers": [ { - "source": "snippets/**", + "source": "snippets/**.dart", "headers": [ { "key": "Access-Control-Allow-Origin", - "value": "https://dartpad.dev" + "value": "*" } ] }