mirror of
https://github.com/ente-io/ente.git
synced 2025-08-06 22:52:45 +00:00
:\
This commit is contained in:
parent
a73e7af704
commit
9d61eaa04d
@ -104,6 +104,10 @@ if (process.env.NEXT_PUBLIC_ENTE_FAMILY_URL) {
|
|||||||
const nextConfig = {
|
const nextConfig = {
|
||||||
// Generate a static export when we run `next build`.
|
// Generate a static export when we run `next build`.
|
||||||
output: "export",
|
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: {
|
compiler: {
|
||||||
emotion: true,
|
emotion: true,
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user