mirror of
https://github.com/LukeHagar/LukeHagar.com.git
synced 2025-12-07 20:47:47 +00:00
Update +layout.svelte
This commit is contained in:
@@ -6,8 +6,9 @@
|
|||||||
import { AppShell } from "@skeletonlabs/skeleton";
|
import { AppShell } from "@skeletonlabs/skeleton";
|
||||||
import Header from "$lib/Header.svelte";
|
import Header from "$lib/Header.svelte";
|
||||||
import { inject } from "@vercel/analytics";
|
import { inject } from "@vercel/analytics";
|
||||||
|
|
||||||
console.log(import.meta.env.VERCEL_ANALYTICS_ID);
|
console.log(import.meta.env.VERCEL_ANALYTICS_ID);
|
||||||
console.log(import.meta.env.VITE_VERCEL_ANALYTICS_ID);
|
console.log(import.meta.env);
|
||||||
|
|
||||||
inject();
|
inject();
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user