diff options
| author | MohamedBassem <me@mbassem.com> | 2025-08-22 18:16:17 +0300 |
|---|---|---|
| committer | MohamedBassem <me@mbassem.com> | 2025-08-22 21:20:37 +0300 |
| commit | 9d6b0ef2df7757b3fed99c39cb6d92e4ff1b14df (patch) | |
| tree | 4117c2dabefb02c83cfa63835a4298232e62a415 /apps/web | |
| parent | a64307e8ac92226581d74248b7727488ecd53465 (diff) | |
| download | karakeep-9d6b0ef2df7757b3fed99c39cb6d92e4ff1b14df.tar.zst | |
fix: Remove dev indicator config from nextjs config
Diffstat (limited to 'apps/web')
| -rw-r--r-- | apps/web/next.config.mjs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/web/next.config.mjs b/apps/web/next.config.mjs index df864f22..5f1c2bf6 100644 --- a/apps/web/next.config.mjs +++ b/apps/web/next.config.mjs @@ -15,10 +15,6 @@ const nextConfig = withPWA({ }); return config; }, - devIndicators: { - buildActivity: true, - buildActivityPosition: "bottom-left", - }, async headers() { return [ { |
