refactor(env): add (long-short)Name/description/url/color for the project
This commit is contained in:
parent
6beb23cf58
commit
02010e1d57
8
.env
8
.env
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user