1{
2 "headers": [
3 {
4 "source": "/(.*)",
5 "headers": [
6 { "key": "Access-Control-Allow-Origin", "value": "*" },
7 { "key": "Access-Control-Allow-Methods", "value": "GET, OPTIONS" },
8 { "key": "Access-Control-Allow-Headers", "value": "*" }
9 ]
10 }
11 ]
12}