This commit is contained in:
Manav Rathi 2025-02-28 16:50:07 +05:30
parent a73e7af704
commit 9d61eaa04d
No known key found for this signature in database

View File

@ -104,6 +104,10 @@ if (process.env.NEXT_PUBLIC_ENTE_FAMILY_URL) {
const nextConfig = {
// Generate a static export when we run `next build`.
output: "export",
// Instead of the nice and useful HMR indicator that used to exist prior to
// 15.2, the Next.js folks have made this a persistent "branding" indicator
// that gets in the way and needs to be disabled.
devIndicators: false,
compiler: {
emotion: true,
},