We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e830061 + fd6674c commit d200de2Copy full SHA for d200de2
index.mjs
@@ -204,7 +204,7 @@ export default {
204
const optionsResponse = new Response(null, {
205
headers: {
206
'cache-control': 'public, max-age=2592000',
207
- 'Access-Control-Max-Age': '600',
+ 'Access-Control-Max-Age': '86400',
208
},
209
});
210
setCors(optionsResponse, graphQLOptions.cors);
plugins/plugin-option-method.mjs
@@ -7,7 +7,7 @@ export default function useOptionMethod() {
7
8
9
10
11
12
13
//setCors(optionsResponse, graphQLOptions.cors);
0 commit comments