Hello, i'm building the theme with CSS and JS files into an external hosting
below the path i am using
for CSS
<!-- Core Style -->
<link rel="stylesheet" href="https://static.mkd.sx/cnv720/html/style.css">
for JS
<script src="https://static.mkd.sx/cnv720/html/js/plugins.min.js"></script>
<script src="https://static.mkd.sx/cnv720/html/js/functions.bundle.js"></script>
As results i have many errors you can see attached in console
Am i missing anything?
