Skip to content

Commit

Permalink
Increase cache maxAge to 24 hours
Browse files Browse the repository at this point in the history
  • Loading branch information
krthr authored Sep 25, 2024
1 parent 19e8715 commit 945a7d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/static.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const staticServerConfig = defineConfig({
lastModified: true,
dotFiles: 'ignore',
cacheControl: true,
maxAge: '4 hours'
maxAge: '24 hours'
})

export default staticServerConfig

0 comments on commit 945a7d6

Please sign in to comment.