Compare commits

...

1 Commits

Author SHA1 Message Date
Drew Bredvick
059038342b fix: switch CRA to client-side caching for static assets 2021-09-27 16:35:32 -05:00

View File

@@ -1016,7 +1016,7 @@ export const frameworks = [
defaultRoutes: [
{
src: '/static/(.*)',
headers: { 'cache-control': 's-maxage=31536000, immutable' },
headers: { 'cache-control': 'max-age=31536000, immutable' },
continue: true,
},
{