diff --git a/src/config/gIndex.config.ts b/src/config/gIndex.config.ts index 1a298ef..c47c59d 100644 --- a/src/config/gIndex.config.ts +++ b/src/config/gIndex.config.ts @@ -242,6 +242,7 @@ const config: z.input = { footer: [ "{{ siteName }} *v{{ version }}* @ {{ repository }}", "{{ year }} - Made with ❤️ by **{{ author }}**", + process.env.NODE_ENV === "development" ? "Development Mode" : "", ], /**