We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e80da49 commit 1b6cf6cCopy full SHA for 1b6cf6c
src/react-router.ts
@@ -65,7 +65,7 @@ export async function reactRouter(
65
staticPlugin({
66
prefix: "/",
67
assets: join(options?.buildDirectory ?? "build", "client"),
68
- maxAge: 60 * 60 * 24 * 30,
+ maxAge: 31536000,
69
...options?.production?.assets,
70
}),
71
);
src/remix.ts
@@ -70,7 +70,7 @@ export async function remix(
72
73
74
75
76
0 commit comments