mirror of
https://github.com/LukeHagar/LukeHagar.com.git
synced 2025-12-06 04:20:17 +00:00
Update +layout.server.ts
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
import type { PageServerLoad } from './$types';
|
import type { PageServerLoad } from './$types';
|
||||||
|
|
||||||
export const load: PageServerLoad = () => {
|
export const load: PageServerLoad = () => {
|
||||||
return { env: import.meta.env };
|
return { env: import.meta.env, analyticsId: process.env.VERCEL_ANALYTICS_ID };
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user