diff --git a/src/routes/+layout.server.ts b/src/routes/+layout.ts similarity index 76% rename from src/routes/+layout.server.ts rename to src/routes/+layout.ts index 6f5c066..a1909d8 100644 --- a/src/routes/+layout.server.ts +++ b/src/routes/+layout.ts @@ -1,8 +1,8 @@ -import type { LayoutServerLoad } from './$types'; +import type { LayoutLoad } from './$types'; import info, { blog, discord, github } from '$lib'; export const ssr = true; -export const csr = true; +// export const csr = true; export const load = (async () => { return { ...info, @@ -12,4 +12,4 @@ export const load = (async () => { blog: await blog(info.blog.api, info.blog.base), }, }; -}) satisfies LayoutServerLoad; \ No newline at end of file +}) satisfies LayoutLoad; \ No newline at end of file diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 81179ca..d3324f2 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -44,12 +44,12 @@
{months[created.getMonth()]} {created.getDate()}, {created.getFullYear()} - {data.fetched.blog.desc}