Skip to content

Commit

Permalink
mapbox switch julia
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-marchos committed Aug 16, 2024
1 parent daca01a commit d384cfe
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
23 changes: 23 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"js-yaml": "^4.1.0"
},
"dependencies": {
"config": "^3.3.12",
"eleventy": "^1.0.7",
"liquidjs": "^10.16.1"
}
Expand Down
2 changes: 1 addition & 1 deletion work/julia-kwon/map.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mapboxgl.accessToken = config.mapboxToken;
mapboxgl.accessToken = "pk.eyJ1Ijoiamt3b244MzAiLCJhIjoiY2xqeGNobGU3MDRxZzNjbW1xOWk1YjY3ZiJ9.1lPT3kf1nZfkSqKpAyQDSA"

// Initialize the Mapbox map
const map = new mapboxgl.Map({
Expand Down

0 comments on commit d384cfe

Please sign in to comment.