You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
Documentation Is:
Needed
Link to relevant page or pages
Please Explain in Detail...
On
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
The text was updated successfully, but these errors were encountered: