-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update ui module and env local sample
- Loading branch information
1 parent
d4130af
commit 5e148f1
Showing
2 changed files
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
# Get your public token from Mapbox dashboard | ||
# Then copy this file, name it as .env.local | ||
MAPBOX_TOKEN='YOUR_MAPBOX_TOKEN' | ||
MAPBOX_TOKEN='YOUR_MAPBOX_TOKEN' | ||
|
||
# Google Tag Manager tracking code | ||
# Not required unless you are actively developing | ||
GOOGLE_TAG_MANAGER_ID='' | ||
GOOGLE_TAG_AUTH='' | ||
GOOGLE_TAG_PREVIEW='' |
Submodule ui
updated
7 files
+0 −3 | .env | |
+7 −1 | .env.local-sample | |
+2 −2 | app/scripts/components/common/layout-root.tsx | |
+0 −23 | app/scripts/utils/use-google-analytics.ts | |
+23 −0 | app/scripts/utils/use-google-tag-manager.ts | |
+1 −1 | package.json | |
+4 −4 | yarn.lock |