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
+2 -2
View File
@@ -48,7 +48,7 @@ header {
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%;
@@ -1084,7 +1084,7 @@ footer a .mark_b {
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%;