Fix audio file caching to allow immediate playback of newly uploaded songs
This commit is contained in:
@@ -27,7 +27,7 @@ const nextConfig: NextConfig = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 'Cache-Control',
|
key: 'Cache-Control',
|
||||||
value: 'public, max-age=31536000, immutable',
|
value: 'public, max-age=3600, must-revalidate',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user