replace unpkg w/ jsdelivr

This commit is contained in:
SukkaW
2025-03-15 22:44:18 +08:00
parent cd21860535
commit f5136da681
2 changed files with 2 additions and 2 deletions

View File

@ -42,6 +42,6 @@
<script type="module" src="/src/main.tsx"></script>
<!-- Phosphor Icons -->
<script src="https://unpkg.com/@phosphor-icons/web"></script>
<script src="https://cdn.jsdelivr.net/npm/@phosphor-icons/web"></script>
</body>
</html>