Skip to content

Commit

Permalink
[NO-ISSUE] chore: Update IaC for stage
Browse files Browse the repository at this point in the history
  • Loading branch information
vinigfer committed Feb 13, 2025
1 parent 2893dfb commit 14e7316
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
15 changes: 0 additions & 15 deletions azion.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -39,21 +39,6 @@ const cacheConfig = [
maxAgeSeconds: 60 * 60 * 24 * 5 // 5 days
}
},
{
name: 'Marketplace - Cache',
stale: false,
queryStringSort: false,
cacheByQueryString: {
option: 'varies'
},
methods: {
post: false,
options: false
},
edge: {
maxAgeSeconds: 60 * 60 * 24 * 2 // 2 days
}
},
{
name: 'Cities - Cache',
stale: false,
Expand Down
6 changes: 1 addition & 5 deletions azion/stage/azion.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,13 +170,9 @@
"id": 164689,
"name": "Statics - Cache"
},
{
"id": 164690,
"name": "Marketplace - Cache"
},
{
"id": 164691,
"name": "Cities - Cache"
}
]
}
}

0 comments on commit 14e7316

Please sign in to comment.