Open
Description
Documentation Is:
Needed
Link to relevant page or pages
Please Explain in Detail...
On
- Add the Twind CDN script to your HTML
It was giving the <script src="https://cdn.twind.style" crossorigin></script>
which using an cdn from twind domain. When i check more, the whole cdn.twind.style is fetching the JSDelivr CDN. (The 2 has the same code, also the comment)
Your Proposal for Changes
Just use the original CDN link, like:
In JSDelivr: https://cdn.jsdelivr.net/npm/@twind/cdn
In UNPKG: https://unpkg.com/@twind/cdn
which is saver & faster.
Alternatives considered
No response