💥 vendor folder to cdn

This commit is contained in:
Daniel
2021-11-07 22:26:23 +05:30
parent 98fcdc484b
commit ca97a4a48d
8 changed files with 68 additions and 94 deletions

View File

@@ -297,8 +297,10 @@
"path": "."
})
<!-- OPTIONAL SCRIPTS -->
<!-- ChartJS -->
<script src="./vendor/chart.js/dist/chart.js"></script>
<script src="https://cdn.jsdelivr.net/npm/chart.js@3.6.0/dist/chart.min.js" integrity="sha256-7lWo7cjrrponRJcS6bc8isfsPDwSKoaYfGIHgSheQkk=" crossorigin="anonymous"></script>
<!-- AdminLTE dashboard3 demo (This is only for demo purposes) -->
<script src="./assets/js/dashboard3.js"></script>
</body>