Skip to content

Commit

Permalink
Revert part of PR "remove references to mapbox key, which we are no l…
Browse files Browse the repository at this point in the history
…onger using"
  • Loading branch information
CodeWritingCow committed Dec 12, 2024
1 parent 47e35d2 commit abfabba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/config/config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
const EMPTY_STRING = '';

export const mapboxAccessToken =
'pk.eyJ1IjoibmxlYm92aXRzIiwiYSI6ImNsZXQ2Nzd3ZDBjZnYzcHFvYXhib2RqYzQifQ.PWg2LuNCH1E6-REjmYvdOg' ||
EMPTY_STRING;

export const maptilerApiKey =
process.env.NEXT_PUBLIC_MAPTILER_KEY || EMPTY_STRING;

Expand Down

0 comments on commit abfabba

Please sign in to comment.