Fix audio file caching to allow immediate playback of newly uploaded songs

This commit is contained in:
Hördle Bot
2025-11-22 17:42:20 +01:00
parent 21b53a692b
commit 6086e1903c

View File

@@ -27,7 +27,7 @@ const nextConfig: NextConfig = {
},
{
key: 'Cache-Control',
value: 'public, max-age=31536000, immutable',
value: 'public, max-age=3600, must-revalidate',
},
],
},