-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Open
Description
Hi,
The url https://unpkg.com/sweetalert/dist/sweetalert.min.js, is unavalable.
So if you have this import in your code you will not be able to have the sweetalert.
<script src="https://unpkg.com/sweetalert/dist/sweetalert.min.js"></script>
For the users, my temporary advise is use the alternative official url: https://cdn.jsdelivr.net/npm/sweetalert
The new import:
<script src="https://cdn.jsdelivr.net/npm/sweetalert"></script>
But will be important to solve the primary problem, as soon as you have the primary resource available please let us know. Thank you!
Have a nice day.
marcuwynu23
Metadata
Metadata
Assignees
Labels
No labels