We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69bf42c commit a05c0e7Copy full SHA for a05c0e7
1 file changed
apps/roam/scripts/deploy.ts
@@ -74,6 +74,7 @@ const deploy = async () => {
74
addRandomSuffix: false,
75
allowOverwrite: true,
76
token,
77
+ cacheControlMaxAge: 60 * 60 * 24, // 1 day
78
});
79
80
console.log(`✅ Uploaded to ${blob.url}`);
0 commit comments