From 9dace185acff4002aec8265fc010db49d91c7d7f Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Fri, 26 Apr 2024 10:35:36 +0100 Subject: feature: A new cleanups page to suggest ways to tidy up your bookmarks --- apps/web/next.config.mjs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'apps/web/next.config.mjs') 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 [ { -- cgit v1.2.3-70-g09d2