Skip to content

Commit

Permalink
update environment
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoerdbeentjes committed Aug 2, 2024
1 parent 493c5bd commit 7cd0027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/datocms.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function executeFetch(query, variables = {}, preview = false) {
headers: {
'Content-Type': 'application/json',
Authorization: process.env.DATO_API_TOKEN,
'X-Environment': 'main-test-env',
'X-Environment': 'production',
},
body: JSON.stringify({ query, variables }),
})
Expand Down

0 comments on commit 7cd0027

Please sign in to comment.