firstpost
Published at 2024-2-25
Hello
This is text
Will this be a new line
or not
Yes
export const load = (async ({ locals }) => {
const session = locals.session;
if (session) redirect(302, '/');
return {};
}) satisfies PageServerLoad;
Published at 2024-2-25
This is text
Will this be a new line
or not
export const load = (async ({ locals }) => {
const session = locals.session;
if (session) redirect(302, '/');
return {};
}) satisfies PageServerLoad;