Skip to content

Commit

Permalink
Remove vega dependencies from index.html
Browse files Browse the repository at this point in the history
These are not needed anymore as we have removed datagraphics calls
  • Loading branch information
Ziip-dev committed Jul 2, 2024
1 parent 0be8003 commit b0219c4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -355,8 +355,4 @@ <h4 class="mb-1">Events</h4>
}); // Document "DOMContentLoaded" trigger ends here
</script>

<script src="https://cdn.jsdelivr.net/npm/vega@5.12.1"></script>
<script src="https://cdn.jsdelivr.net/npm/vega-lite@5.0.0"></script>
<script src="https://cdn.jsdelivr.net/npm/vega-embed@6.8.0"></script>

{{ end }}
{{ end }}

0 comments on commit b0219c4

Please sign in to comment.