Disable server minification

This commit is contained in:
Konstantin Wohlwend 2024-12-01 02:13:56 -08:00
parent 71ae863108
commit 677951cc8b

View File

@ -53,6 +53,7 @@ const nextConfig = {
experimental: {
instrumentationHook: true,
serverMinification: false,
},
async headers() {