From b08f4511e39b6740cce44f813cac6043ef3cbb6d Mon Sep 17 00:00:00 2001 From: Kazuhiro MUSASHI Date: Mon, 29 Nov 2021 22:23:36 +0900 Subject: [PATCH] Update `Mapbox` api key. ``` diff --git a/config/_default/config.toml b/config/_default/config.toml index 58f6b4f..bf03e7c 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 = "pk.eyJ1Ijoia2F6dTYzNCIsImEiOiJjanU4OHg0YjIyMjcxNDNsb2dnM2k5bHhqIn0.dsjWTh-G_TcJ9bOGWLvT2Q" + accessToken = "sk.eyJ1Ijoia2F6dTYzNCIsImEiOiJja3drcDN6d3YwNG9nMm9sbndxb2gyeWFwIn0.MHdT9vdHgxBjL69plzlvPQ" # 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 610ba15..a4b7fdc 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 = "pk.eyJ1Ijoia2F6dTYzNCIsImEiOiJjanU4OHg0YjIyMjcxNDNsb2dnM2k5bHhqIn0.dsjWTh-G_TcJ9bOGWLvT2Q" + accessToken = "sk.eyJ1Ijoia2F6dTYzNCIsImEiOiJja3drcDN6d3YwNG9nMm9sbndxb2gyeWFwIn0.MHdT9vdHgxBjL69plzlvPQ" # style for the light theme lightStyle = "mapbox://styles/mapbox/light-v9" # style for the dark theme ``` --- config/_default/config.toml | 2 +- config/staging/config.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/_default/config.toml b/config/_default/config.toml index 58f6b4f..bf03e7c 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 = "pk.eyJ1Ijoia2F6dTYzNCIsImEiOiJjanU4OHg0YjIyMjcxNDNsb2dnM2k5bHhqIn0.dsjWTh-G_TcJ9bOGWLvT2Q" + accessToken = "sk.eyJ1Ijoia2F6dTYzNCIsImEiOiJja3drcDN6d3YwNG9nMm9sbndxb2gyeWFwIn0.MHdT9vdHgxBjL69plzlvPQ" # 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 610ba15..a4b7fdc 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 = "pk.eyJ1Ijoia2F6dTYzNCIsImEiOiJjanU4OHg0YjIyMjcxNDNsb2dnM2k5bHhqIn0.dsjWTh-G_TcJ9bOGWLvT2Q" + accessToken = "sk.eyJ1Ijoia2F6dTYzNCIsImEiOiJja3drcDN6d3YwNG9nMm9sbndxb2gyeWFwIn0.MHdT9vdHgxBjL69plzlvPQ" # style for the light theme lightStyle = "mapbox://styles/mapbox/light-v9" # style for the dark theme