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
@@ -12,7 +12,7 @@ body {
width: 100%;
height: 100vh;
min-height: 100dvh;
background-image: url('../img/header.jpg');
background-image: url('../images/header.jpg');
background-position: center center;
background-repeat: no-repeat;
background-size: 108%;