1
0
mirror of https://github.com/khrysse/khrysse.github.io.git synced 2025-06-27 14:41:54 +00:00

Prerender

This commit is contained in:
Kryscau 2025-06-09 04:05:21 +02:00
parent 3caf6ef6e7
commit 959e519d87
4 changed files with 2 additions and 4 deletions

1
src/routes/+page.js Normal file
View File

@ -0,0 +1 @@
export const prerender = true;

View File

@ -1,7 +1,5 @@
<script>
// @ts-nocheck
export const prerender = true;
import MetaSeo from '$lib/components/MetaSEO.svelte';
import ProfileSection from '$lib/components/ProfileSection.svelte';
import RepositorySection from '$lib/components/RepositorySection.svelte';

View File

@ -0,0 +1 @@
export const prerender = true;

View File

@ -1,7 +1,5 @@
<script>
// @ts-nocheck
export const prerender = true;
import { PUBLIC_GITHUB_API_URL } from '$env/static/public';
import { page } from '$app/stores';
import { onDestroy } from 'svelte';