Merge pull request #2233 from SukkaW/jsd

replace unpkg w/ jsdelivr
This commit is contained in:
Amruth Pillai
2025-10-01 10:55:31 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@ -39,6 +39,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>

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>