fix 將 img 重新命名為 images,並更新全站引用

This commit is contained in:
2026-05-14 09:08:28 +08:00
parent 07de28d51f
commit a6525fdf44
94 changed files with 26 additions and 77 deletions
+1 -1
View File
@@ -180,7 +180,7 @@
width: min(100%, 440px);
}
.concert-page img[src*="img/concert/"] {
.concert-page img[src*="images/concert/"] {
width: min(560px, 88%);
max-width: 100%;
}