mirror of
https://github.com/MoonTechLab/LunaTV.git
synced 2026-05-13 07:57:29 +08:00
feat: add user api limit
This commit is contained in:
@@ -10,7 +10,7 @@ const nextConfig = {
|
||||
swcMinify: true,
|
||||
|
||||
experimental: {
|
||||
instrumentationHook: true,
|
||||
instrumentationHook: process.env.NODE_ENV === 'production',
|
||||
},
|
||||
|
||||
// Uncoment to add domain whitelist
|
||||
|
||||
Reference in New Issue
Block a user