Skip to content

Commit

Permalink
Upgrade Mapbox GL JS CSS dependency too
Browse files Browse the repository at this point in the history
  • Loading branch information
mileswwatkins committed Nov 25, 2024
1 parent 3eb3f23 commit 9ea6a88
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
Expand All @@ -23,7 +23,10 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<link href='https://api.mapbox.com/mapbox-gl-js/v2.7.1/mapbox-gl.css' rel='stylesheet' />
<link
href="https://api.mapbox.com/mapbox-gl-js/v3.8.0/mapbox-gl.css"
rel="stylesheet"
/>
<title>Lookout Hunter</title>
</head>
<body>
Expand Down

0 comments on commit 9ea6a88

Please sign in to comment.