diff options
| author | MohamedBassem <me@mbassem.com> | 2024-04-26 10:35:36 +0100 |
|---|---|---|
| committer | MohamedBassem <me@mbassem.com> | 2024-04-26 10:35:36 +0100 |
| commit | 9dace185acff4002aec8265fc010db49d91c7d7f (patch) | |
| tree | 24ea7eaee7e99a689c6b51912e30993c74eb97dc /apps/web/next.config.mjs | |
| parent | d07f2c90065f53d36a3fc0e7db54c32d54a2a332 (diff) | |
| download | karakeep-9dace185acff4002aec8265fc010db49d91c7d7f.tar.zst | |
feature: A new cleanups page to suggest ways to tidy up your bookmarks
Diffstat (limited to 'apps/web/next.config.mjs')
| -rw-r--r-- | apps/web/next.config.mjs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/web/next.config.mjs b/apps/web/next.config.mjs index 433f0c9d..7384f0b1 100644 --- a/apps/web/next.config.mjs +++ b/apps/web/next.config.mjs @@ -15,6 +15,10 @@ const nextConfig = withPWA({ }); return config; }, + devIndicators: { + buildActivity: true, + buildActivityPosition: "bottom-left", + }, async headers() { return [ { |
