initial commit after project creation
This commit is contained in:
17
.env.example
Normal file
17
.env.example
Normal file
@@ -0,0 +1,17 @@
|
||||
# These are retrieved from your project at app.tina.io
|
||||
NEXT_PUBLIC_TINA_CLIENT_ID=***
|
||||
TINA_TOKEN=***
|
||||
# This is set by default CI with Netlify/Vercel/Github, but can be overriden
|
||||
NEXT_PUBLIC_TINA_BRANCH=***
|
||||
# This is being used for the sitemap
|
||||
NEXT_PUBLIC_SITE_URL=***
|
||||
# This displays the Theme selection's dropdown
|
||||
NEXT_PUBLIC_ENABLE_THEME_SELECTION=***
|
||||
|
||||
NEXT_PUBLIC_GTM_ID=***
|
||||
|
||||
# Optional: Add these to specify GitHub repository details for fetching metadata like last edited date and author.
|
||||
# Create one at https://github.com/settings/tokens with 'public_repo' scope
|
||||
GITHUB_TOKEN=***
|
||||
GITHUB_REPO=***
|
||||
GITHUB_OWNER=***
|
||||
Reference in New Issue
Block a user