From 02010e1d574f53cc79ebeca87b4dec7e78c19e06 Mon Sep 17 00:00:00 2001 From: Walidoux Date: Thu, 24 Mar 2022 01:45:35 +0100 Subject: [PATCH] refactor(env): add (long-short)Name/description/url/color for the project --- .env | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.env b/.env index 7a83e98..5154636 100644 --- a/.env +++ b/.env @@ -1,2 +1,6 @@ -NEXT_PUBLIC_PROJECT_NAME="Next App Boilerplate Project Name" -NEXT_PUBLIC_PROJECT_DESCRIPTION="Your description of your project here" \ No newline at end of file +NEXT_PUBLIC_PROJECT_SHORT_NAME="MyProject" +NEXT_PUBLIC_PROJECT_LONG_NAME="MyProject - John Doe's project" + +NEXT_PUBLIC_PROJECT_DESCRIPTION="John Doe's website with full of mysterious adventures" +NEXT_PUBLIC_PROJECT_URL="https://url.com/" +NEXT_PUBLIC_PROJECT_COLOR="#FF000"