Добавил Robots.txt + Sitemap, улучшил порядок загрузки шрифтов (95 баллов Lighthouse)
This commit is contained in:
parent
1f3ea5bbc3
commit
56d60d3b6d
5 changed files with 372 additions and 1 deletions
|
@ -1,10 +1,10 @@
|
|||
<script lang="ts">
|
||||
import { onMount } from 'svelte';
|
||||
import SocialButton from '$lib/components/SocialButton.svelte';
|
||||
import SocialHyperlink from '$lib/components/SocialHyperlink.svelte';
|
||||
// import { BlogAsNews, NewsAsNews, type NewsEntry } from '$lib/types/News';
|
||||
// import NewsCard from '$lib/components/NewsCard.svelte';
|
||||
import { PUBLIC_TS_DISCORD } from '$env/static/public';
|
||||
import SocialHyperlink from '$lib/components/SocialHyperlink.svelte';
|
||||
|
||||
// let posts: NewsEntry[] = [];
|
||||
// onMount(() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue