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 962a480 commit 0921caaCopy full SHA for 0921caa
server/index.ts
@@ -84,7 +84,7 @@ if (viteDevServer) {
84
// Remix fingerprints its assets so we can cache forever.
85
app.use(
86
'/assets',
87
- express.static('build/client/assets', { immutable: true, maxAge: '1y' }),
+ express.static('build/client/assets', { immutable: true, maxAge: '1y', fallthrough: false }),
88
)
89
90
// Everything else (like favicon.ico) is cached for an hour. You may want to be
0 commit comments