Fix links to assets

This commit is contained in:
Ivan R. 2023-08-27 23:38:21 +05:00
parent a2756446a5
commit b73e8dfed4
No known key found for this signature in database
GPG key ID: 56C7BAAE859B302C
3 changed files with 9 additions and 9 deletions

View file

@ -4,10 +4,10 @@ const host = "comfycamp.space"
<footer>
<a href="https://m.comfycamp.space/@lumin" rel="me" target="_blank">
<img src="/public/icons/mastodon.svg" width="18px" height="18px" /> Mastodon
<img src="/icons/mastodon.svg" width="18px" height="18px" /> Mastodon
</a>
<a href="https://matrix.to/#/@lumin:matrix.comfycamp.space" target="_blank">
<img src="/public/icons/matrix.svg" width="18px" height="18px" /> Matrix
<img src="/icons/matrix.svg" width="18px" height="18px" /> Matrix
</a>
<div class="fediring">
<a href={`https://fediring.net/previous?host=${ host }`}>←</a>

View file

@ -35,12 +35,12 @@ const { title } = Astro.props;
}
@font-face {
font-family: "Lora";
src: url("/public/fonts/lora.ttf") format("truetype-variations");
src: url("/fonts/lora.ttf") format("truetype-variations");
font-weight: 100 700;
}
@font-face {
font-family: "Lora";
src: url("/public/fonts/lora-italic.ttf") format("truetype-variations");
src: url("/fonts/lora-italic.ttf") format("truetype-variations");
font-weight: 100 700;
font-style: italic;
}

View file

@ -28,7 +28,7 @@ import Layout from '../layouts/Layout.astro';
<h2>Социальные сети - Fediverse</h2>
<img
src="/public/selfhosted/fediverse-party.webp"
src="/selfhosted/fediverse-party.webp"
alt="Скриншот fediverse.party"
loading="lazy"
/>
@ -106,7 +106,7 @@ import Layout from '../layouts/Layout.astro';
<h2>Мессенджеры - Matrix, XMPP</h2>
<img
src="/public/selfhosted/matrix.webp"
src="/selfhosted/matrix.webp"
alt="Скриншот matirx.org"
loading="lazy"
/>
@ -129,7 +129,7 @@ import Layout from '../layouts/Layout.astro';
<h2>Облако - Nextcloud</h2>
<img
src="/public/selfhosted/nextcloud.webp"
src="/selfhosted/nextcloud.webp"
alt="Скриншот менеджера файлов в nextcloud"
loading="lazy"
/>
@ -157,7 +157,7 @@ import Layout from '../layouts/Layout.astro';
<h2>Стриминг - Jellyfin</h2>
<img
src="/public/selfhosted/jellyfin.webp"
src="/selfhosted/jellyfin.webp"
alt="Скриншот jellyfin с открытой страницей фильма Taxi Driver"
loading="lazy"
/>
@ -193,7 +193,7 @@ import Layout from '../layouts/Layout.astro';
<h2>Фото и видео - Photoprism</h2>
<img
src="/public/selfhosted/photoprism.webp"
src="/selfhosted/photoprism.webp"
alt="Скриншот photoprism, на котором видно несколько фотографий"
loading="lazy"
/>