So as I’ve been building and deploying astro I’ve been looking for a framework agnostic solution for a UI library, I settled on Preline for now, but issue is when I include it in my project and build it, it just doesn’t get loaded. The load instructions are to essentially
<script src="./node_modules/preline/dist/preline.js"></script>
But that is giving me a “No script found, Preline.js whatever tf the error in the console is”
Deployed with GH Pages