Skip to content

Commit

Permalink
fix: set camelCase cacheLevel to PageRule (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmahidalgo authored Jul 7, 2022
1 parent 34a64e7 commit 6e6f530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export = async function main() {
zoneId: getZoneId(),
actions: {
alwaysOnline: 'on',
cacheLevel: 'cache_everything',
cacheLevel: 'cacheEverything',
cacheTtlByStatuses: [{ codes: '200', ttl: 31536000 /* a year */ }],
edgeCacheTtl: 31536000 /* a year */,
browserCacheTtl: '31536000' /* a year */,
Expand Down

0 comments on commit 6e6f530

Please sign in to comment.