Re-update `Mapbox` API key:

```
diff --git a/config/_default/config.toml b/config/_default/config.toml
index bf03e7c..268f26b 100644
--- a/config/_default/config.toml
+++ b/config/_default/config.toml
@@ -175,7 +175,7 @@ theme = "LoveIt"
     # LoveIt NEW | 0.2.0 Mapbox GL JS config
     [params.page.mapbox]
       # access token of Mapbox GL JS
-      accessToken = "sk.eyJ1Ijoia2F6dTYzNCIsImEiOiJja3drcDN6d3YwNG9nMm9sbndxb2gyeWFwIn0.MHdT9vdHgxBjL69plzlvPQ"
+      accessToken = "pk.eyJ1Ijoia2F6dTYzNCIsImEiOiJja3drcGt4MWUxaHp2MzFwYm9iMTE5MXNxIn0.wqNoFnA8BDNNRhxFuvB_xw"
       # style for the light theme
       lightStyle = "mapbox://styles/mapbox/light-v9"
       # style for the dark theme
diff --git a/config/staging/config.toml b/config/staging/config.toml
index a4b7fdc..c59fbf9 100644
--- a/config/staging/config.toml
+++ b/config/staging/config.toml
@@ -175,7 +175,7 @@ theme = "LoveIt"
     # LoveIt NEW | 0.2.0 Mapbox GL JS config
     [params.page.mapbox]
       # access token of Mapbox GL JS
-      accessToken = "sk.eyJ1Ijoia2F6dTYzNCIsImEiOiJja3drcDN6d3YwNG9nMm9sbndxb2gyeWFwIn0.MHdT9vdHgxBjL69plzlvPQ"
+      accessToken = "pk.eyJ1Ijoia2F6dTYzNCIsImEiOiJja3drcGt4MWUxaHp2MzFwYm9iMTE5MXNxIn0.wqNoFnA8BDNNRhxFuvB_xw"
       # style for the light theme
       lightStyle = "mapbox://styles/mapbox/light-v9"
       # style for the dark theme
```
This commit is contained in:
Kazuhiro MUSASHI 2021-11-29 22:31:19 +09:00
parent b08f4511e3
commit 11a8b0cc45
2 changed files with 2 additions and 2 deletions

View File

@ -175,7 +175,7 @@ theme = "LoveIt"
# LoveIt NEW | 0.2.0 Mapbox GL JS config
[params.page.mapbox]
# access token of Mapbox GL JS
accessToken = "sk.eyJ1Ijoia2F6dTYzNCIsImEiOiJja3drcDN6d3YwNG9nMm9sbndxb2gyeWFwIn0.MHdT9vdHgxBjL69plzlvPQ"
accessToken = "pk.eyJ1Ijoia2F6dTYzNCIsImEiOiJja3drcGt4MWUxaHp2MzFwYm9iMTE5MXNxIn0.wqNoFnA8BDNNRhxFuvB_xw"
# style for the light theme
lightStyle = "mapbox://styles/mapbox/light-v9"
# style for the dark theme

View File

@ -175,7 +175,7 @@ theme = "LoveIt"
# LoveIt NEW | 0.2.0 Mapbox GL JS config
[params.page.mapbox]
# access token of Mapbox GL JS
accessToken = "sk.eyJ1Ijoia2F6dTYzNCIsImEiOiJja3drcDN6d3YwNG9nMm9sbndxb2gyeWFwIn0.MHdT9vdHgxBjL69plzlvPQ"
accessToken = "pk.eyJ1Ijoia2F6dTYzNCIsImEiOiJja3drcGt4MWUxaHp2MzFwYm9iMTE5MXNxIn0.wqNoFnA8BDNNRhxFuvB_xw"
# style for the light theme
lightStyle = "mapbox://styles/mapbox/light-v9"
# style for the dark theme