This commit is contained in:
2026-03-30 07:59:16 +01:00
parent ee9ced5c19
commit b38044dbc2
4 changed files with 11 additions and 34 deletions
+1 -1
View File
@@ -37,6 +37,6 @@ export const html_props: BunextHTMLProps = {
};
export const config: BunextRouteConfig = {
cacheExpiry: 120,
cacheExpiry: 60 * 60, // 1 hour
cachePage: true,
};