refactor(env): add (long-short)Name/description/url/color for the project

This commit is contained in:
Walid 2022-03-24 01:45:35 +01:00
parent 6beb23cf58
commit 02010e1d57
No known key found for this signature in database
GPG Key ID: 4BDA1ABD227F9279

8
.env
View File

@ -1,2 +1,6 @@
NEXT_PUBLIC_PROJECT_NAME="Next App Boilerplate Project Name"
NEXT_PUBLIC_PROJECT_DESCRIPTION="Your description of your project here"
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"