csr and cleanup

This commit is contained in:
Satria 2024-11-02 23:18:59 +07:00
commit 7045d04507
2 changed files with 2 additions and 1 deletions

View file

@ -2,6 +2,7 @@ import type { LayoutServerLoad } from './$types';
import info, { blog, discord, github } from '$lib';
export const ssr = true;
export const csr = true;
export const load = (async () => {
return {
...info,

View file

@ -1,5 +1,5 @@
<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";
export let data: PageData;