diff --git a/apps/web/next.config.js b/apps/web/next.config.js index d887ef2..04e8781 100644 --- a/apps/web/next.config.js +++ b/apps/web/next.config.js @@ -6,7 +6,7 @@ const { PHASE_DEVELOPMENT_SERVER } = require("next/constants"); /** @type {import('next').NextConfig} */ module.exports = (phase) => { const withVanillaExtract = createVanillaExtractPlugin({ - identifiers: phase === PHASE_DEVELOPMENT_SERVER ? "short" : "debug", + identifiers: phase === PHASE_DEVELOPMENT_SERVER ? "debug" : "short", }); const nextConfig = {