Add deploy

This commit is contained in:
2024-09-28 01:36:38 +03:00
parent a3b207afd8
commit 126c872ab7
5 changed files with 146 additions and 117 deletions

View File

@@ -1,8 +1,6 @@
import type {LayoutServerLoad} from './$types';
import {defaultLocale, locales} from "$lib/translations";
export const prerender = true;
export const load: LayoutServerLoad = async ({ request }) => {
const supportedLocales = locales.get().map((l) => l.toLowerCase());