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:
parent
3caf6ef6e7
commit
959e519d87
1
src/routes/+page.js
Normal file
1
src/routes/+page.js
Normal file
@ -0,0 +1 @@
|
||||
export const prerender = true;
|
@ -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';
|
||||
|
1
src/routes/repository/[username]/[repo]/+page.js
Normal file
1
src/routes/repository/[username]/[repo]/+page.js
Normal file
@ -0,0 +1 @@
|
||||
export const prerender = true;
|
@ -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';
|
||||
|
Loading…
x
Reference in New Issue
Block a user