mirror of
https://github.com/skidoodle/erettsegi-browser.git
synced 2025-02-15 05:39:15 +01:00
mp3 support
This commit is contained in:
parent
64292c2e26
commit
bd838c7b3f
8 changed files with 5003 additions and 4022 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue