Skip to content

Commit 0393d0f

Browse files
authored
Fix CORS
1 parent 85955f4 commit 0393d0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ <h3>Nightly</h3>
125125
(async() => {
126126
const req = await fetch('{{ .Site.Params.metadata.nightly.link }}', {
127127
headers: {
128-
'content-type': 'application/json'
128+
'Accept': 'application/json'
129129
}
130130
});
131131
const data = await req.json();

0 commit comments

Comments
 (0)