mirror of
https://github.com/LukeHagar/LukeHagar.com.git
synced 2025-12-06 04:20:17 +00:00
Update +layout.svelte
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
<script>
|
||||
// import "@skeletonlabs/skeleton/themes/theme-skeleton.css";
|
||||
import "$lib/theme-luke.css";
|
||||
import "@skeletonlabs/skeleton/styles/all.css";
|
||||
import "../app.postcss";
|
||||
@@ -10,6 +9,7 @@
|
||||
import { browser } from "$app/environment";
|
||||
import { webVitals } from "$lib/vitals";
|
||||
import { page } from "$app/stores";
|
||||
|
||||
console.log(import.meta.env.VERCEL_ANALYTICS_ID);
|
||||
console.log(dynamicEnv);
|
||||
console.log(import.meta.env);
|
||||
|
||||
Reference in New Issue
Block a user