Absolute Path Fix

This commit is contained in:
TonyV2Intl
2026-02-08 22:06:06 +08:00
parent 81ee963210
commit ea31532187
2 changed files with 20 additions and 20 deletions

View File

@@ -16,16 +16,16 @@ hide:
<center>
<h2>资源分类</h2>
<div class="productsTable">
<a class="product" href="/tutorial">
<img src="/assets/img/official-icon.png" alt="official info" />
<a class="product" href="tutorial">
<img src="./assets/img/official-icon.png" alt="official info" />
<h3>进服教程与官方资源</h3>
</a>
<a class="product" href="/community/downloads">
<img src="/assets/img/community-icon.png" alt="community info" />
<a class="product" href="community/downloads">
<img src="./assets/img/community-icon.png" alt="community info" />
<h3>社区资源</h3>
</a>
<a class="product" href="/about">
<img src="/assets/img/about-page-icon.png" alt="about us" />
<a class="product" href="about">
<img src="./assets/img/about-page-icon.png" alt="about us" />
<h3>关于本站</h3>
</a>
</div>
@@ -61,7 +61,7 @@ hide:
width: 100%;
height: 100%;
background-color: var(--md-default-bg-color);
background-image: url(/assets/img/index-thumbnail.webp);
background-image: url(./assets/img/index-thumbnail.webp);
background-size: cover;
background-position: center;
background-repeat: no-repeat;