Skip to content

Commit abfabba

Browse files
Revert part of PR "remove references to mapbox key, which we are no longer using"
1 parent 47e35d2 commit abfabba

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/config/config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
const EMPTY_STRING = '';
22

3+
export const mapboxAccessToken =
4+
'pk.eyJ1IjoibmxlYm92aXRzIiwiYSI6ImNsZXQ2Nzd3ZDBjZnYzcHFvYXhib2RqYzQifQ.PWg2LuNCH1E6-REjmYvdOg' ||
5+
EMPTY_STRING;
6+
37
export const maptilerApiKey =
48
process.env.NEXT_PUBLIC_MAPTILER_KEY || EMPTY_STRING;
59

0 commit comments

Comments
 (0)