Skip to content

Commit

Permalink
NA - remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
alexiscoelho committed Mar 18, 2024
1 parent 0bc94ed commit 4eb60f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ async function prepareSpecification() {
const isConfigurationResult = !isShipFocus && !isEngineFocus && isTemplate('configuration-result');
try {
const configurationsPromise = isConfigurationResult && fetch('https://main--edge-delivery-solari--netcentric.hlx.page/configurations.json', {
mode: 'cors', // no-cors, *cors, same-origin
cache: 'no-cache', // *default, no-cache, reload, force-cache, only-if-cached
mode: 'no-cors',
cache: 'no-cache',
headers: {
'Content-Type': 'application/json',
'Cache-Control': 'no-cache',
Expand Down

0 comments on commit 4eb60f3

Please sign in to comment.