1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2026-06-21 23:38:39 +00:00

refactor(deps): update CDN URLs to follow production best practices (#2740)

This commit is contained in:
Cotes Chung
2026-05-15 15:38:08 +08:00
committed by GitHub
parent 97a537e692
commit 832b24729d
2 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -83,7 +83,7 @@
<!-- Bootstrap -->
{% unless jekyll.environment == 'production' %}
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5/dist/css/bootstrap.min.css">
{% endunless %}
<!-- Theme style -->