removed PUBLIC_SHORTENER_URL from sveltekit env

pull/3/head
TZGyn 2 years ago
parent 9a8cebfd52
commit 1f0828a766
Signed by: TZGyn
GPG Key ID: 122EAF77AE81FD4A

@ -1,5 +1,4 @@
import type { LayoutServerLoad } from './$types' import type { LayoutServerLoad } from './$types'
import { PUBLIC_SHORTENER_URL } from '$env/static/public'
export const load = (async (event) => { export const load = (async (event) => {
const user = event.locals.userObject const user = event.locals.userObject

Loading…
Cancel
Save