ベースパスの取り扱いを変更

This commit is contained in:
moris 2025-03-09 10:57:39 +09:00
parent 91e1ce82d6
commit 9d89d02e4c
7 changed files with 9 additions and 15 deletions

View file

@ -6,8 +6,6 @@
export let share: shareobj;
import { base } from '$app/paths'
let copyed = false;
function copylink() {
@ -42,7 +40,7 @@
</a>
</div>
<div class="rss">
<a href="{base}/feed.rss" target="_blank" aria-label="rss配信">
<a href="../../feed.rss" target="_blank" aria-label="rss配信">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M200-120q-33 0-56.5-23.5T120-200q0-33 23.5-56.5T200-280q33 0 56.5 23.5T280-200q0 33-23.5 56.5T200-120Zm480 0q0-117-44-218.5T516-516q-76-76-177.5-120T120-680v-120q142 0 265 53t216 146q93 93 146 216t53 265H680Zm-240 0q0-67-25-124.5T346-346q-44-44-101.5-69T120-440v-120q92 0 171.5 34.5T431-431q60 60 94.5 139.5T560-120H440Z"/></svg>
</a>
</div>