csr and cleanup
This commit is contained in:
parent
9901fb06f0
commit
7045d04507
2 changed files with 2 additions and 1 deletions
|
|
@ -2,6 +2,7 @@ import type { LayoutServerLoad } from './$types';
|
||||||
import info, { blog, discord, github } from '$lib';
|
import info, { blog, discord, github } from '$lib';
|
||||||
|
|
||||||
export const ssr = true;
|
export const ssr = true;
|
||||||
|
export const csr = true;
|
||||||
export const load = (async () => {
|
export const load = (async () => {
|
||||||
return {
|
return {
|
||||||
...info,
|
...info,
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import { daysUntilBirthday, discord, getTimeIn, months, randomStr, timeAgo } from "$lib";
|
import { daysUntilBirthday, getTimeIn, months, randomStr, timeAgo } from "$lib";
|
||||||
import type { PageData } from "./$types";
|
import type { PageData } from "./$types";
|
||||||
export let data: PageData;
|
export let data: PageData;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue