Skip to content

Commit

Permalink
add local for local testing
Browse files Browse the repository at this point in the history
  • Loading branch information
JessyBarrette committed Apr 12, 2024
1 parent 117606e commit bf6a2db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<script crossorigin src="https://unpkg.com/[email protected]/dist/maplibre-gl.js"></script>
<script crossorigin src="https://cdnjs.cloudflare.com/ajax/libs/plotly.js/1.33.1/plotly-basic.min.js"></script>
<script crossorigin src="https://unpkg.com/[email protected]/dist/create-plotly-component.js"></script>
<script defer data-domain="explore.cioos.ca" src="https://plausible.server.cioospacific.ca/js/script.hash.outbound-links.js"></script>
<script defer data-domain="explore.cioos.ca" src="https://plausible.server.cioospacific.ca/js/script.hash.outbound-links.local.js"></script>
<script defer data-domain="all.cioos.ca" src="https://plausible.server.cioospacific.ca/js/script.js"></script>

<meta charset="UTF-8">
Expand Down

0 comments on commit bf6a2db

Please sign in to comment.