From e5fea3caaf6f96d989d26cfc97d0376ad8adfb5b Mon Sep 17 00:00:00 2001 From: Innei Date: Tue, 5 Jul 2022 22:01:17 +0800 Subject: [PATCH] chore: add process title --- next.config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/next.config.js b/next.config.js index 92b9dab7..08b08d73 100644 --- a/next.config.js +++ b/next.config.js @@ -1,3 +1,5 @@ +process.title = 'Umami (NextJS)'; + require('dotenv').config(); const pkg = require('./package.json');