Skip to content

Commit

Permalink
Added link to fix non-rendering of map on github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
fioritto committed Jul 19, 2024
1 parent 2876687 commit 0cfd53a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions _layouts/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<link rel="stylesheet" href="https://palewi.re/docs/first-visual-story/_static/css/tutorial.css">
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css"
integrity="sha512-puBpdR0798OZvTTbP4A8Ix/l+A4dHDD0DGqYW6RQ+9jxkRFclaxxQb/SJAWZfWAkuyeQUytO7+7N4QKrDh+drA=="
crossorigin="">
crossorigin="anonymous">
{% block scripts %}
{% script 'app' %}
{% endblock scripts %}
Expand All @@ -21,7 +21,7 @@
async></script>
<script src="https://unpkg.com/[email protected]/dist/leaflet.js"
integrity="sha512-QVftwZFqvtRNi0ZyCtsznlKSWOStnDORoefr1enyq5mVL4tmKB3S/EnC3rRJcxCPavG10IcrVGSmPh6Qw5lwrg=="
crossorigin=""></script>
crossorigin="anonymous"></script>
</head>
<body>
<nav>
Expand Down
Loading

0 comments on commit 0cfd53a

Please sign in to comment.