We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4c52ef commit c091326Copy full SHA for c091326
1 file changed
now.json
@@ -4,7 +4,10 @@
4
"routes": [
5
{
6
"src": "/api/gist",
7
- "dest": "/api/gist.js"
+ "dest": "/api/gist.js",
8
+ "headers": {
9
+ "Access-Control-Allow-Origin": "*"
10
+ }
11
},
12
13
"src": "/engine262/engine262.js",
0 commit comments