Skip to content

Commit a05c0e7

Browse files
authored
Add cache control max age to deployment script (#931)
1 parent 69bf42c commit a05c0e7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/roam/scripts/deploy.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ const deploy = async () => {
7474
addRandomSuffix: false,
7575
allowOverwrite: true,
7676
token,
77+
cacheControlMaxAge: 60 * 60 * 24, // 1 day
7778
});
7879

7980
console.log(`✅ Uploaded to ${blob.url}`);

0 commit comments

Comments
 (0)