more localization

This commit is contained in:
Sean Morley
2024-10-28 19:59:44 -04:00
parent 5011829e6e
commit fcd2d27221
12 changed files with 302 additions and 36 deletions

View File

@@ -1,5 +1,7 @@
const PUBLIC_SERVER_URL = process.env['PUBLIC_SERVER_URL'];
import { redirect, type Actions } from '@sveltejs/kit';
import type { PageServerLoad } from './$types';
import { getRandomBackground } from '$lib';
const serverEndpoint = PUBLIC_SERVER_URL || 'http://localhost:8000';