mp3 support

This commit is contained in:
skidoodle 2024-05-21 23:27:19 +02:00
parent 64292c2e26
commit bd838c7b3f
8 changed files with 5003 additions and 4022 deletions

View file

@ -1,5 +1,3 @@
import million from 'million/compiler'
const securityHeaders = [
{
key: 'X-DNS-Prefetch-Control',
@ -49,8 +47,4 @@ const nextConfig = {
swcMinify: true,
}
const millionConfig = {
auto: true,
}
export default million.next(nextConfig, millionConfig)
export default nextConfig