Skip to content

Commit

Permalink
Fix: change image links back to home/ for HomePage.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuanchiliao1 authored Aug 20, 2024
1 parent b5aea37 commit 1765f9a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/.vitepress/theme/components/HomePage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ main {
left: -20%;
width: 130%;
height: 1000px;
background-image: url('/blur1.png');
background-image: url('/home/blur1.png');
background-position: center;
background-size: cover;
z-index: -1;
Expand All @@ -265,7 +265,7 @@ main {
left: 0;
width: 100%;
height: 300px;
background-image: url('/blur2.png');
background-image: url('/home/blur2.png');
background-position: center;
background-size: cover;
z-index: -1;
Expand All @@ -291,7 +291,7 @@ section.content-section.cli {
left: 60px;
width: 100%;
height: 500px;
background-image: url('/blur3.png');
background-image: url('/home/blur3.png');
background-position: center;
background-size: cover;
z-index: -1;
Expand All @@ -305,7 +305,7 @@ main::after {
left: 15px;
width: 98%;
aspect-ratio: 1/1;
background-image: url('/trail.png');
background-image: url('/home/trail.png');
background-position: center;
background-size: contain;
background-repeat: no-repeat;
Expand Down

0 comments on commit 1765f9a

Please sign in to comment.