mirror of
https://github.com/LukeHagar/LukeHagar.com.git
synced 2025-12-06 04:20:17 +00:00
Updated Deps, adjusted Styles, Added DEV.to link
This commit is contained in:
@@ -1,22 +1,15 @@
|
||||
<script lang="ts">
|
||||
import Header from '$lib/Header.svelte';
|
||||
import '$lib/theme-luke.css';
|
||||
import { AppShell } from '@skeletonlabs/skeleton';
|
||||
import '@skeletonlabs/skeleton/styles/all.css';
|
||||
import '../app.postcss';
|
||||
|
||||
// Import the Analytics package, and the SvelteKit dev variable.
|
||||
import { dev } from '$app/environment';
|
||||
import { inject } from '@vercel/analytics';
|
||||
|
||||
// Inject the Analytics functionality
|
||||
inject({ mode: dev ? 'development' : 'production' });
|
||||
</script>
|
||||
|
||||
<!-- App Shell -->
|
||||
<AppShell slotSidebarLeft="bg-surface-500/5 w-56 p-4">
|
||||
<svelte:fragment slot="header">
|
||||
<!-- App Bar -->
|
||||
<Header />
|
||||
</svelte:fragment>
|
||||
<!-- Page Route Content -->
|
||||
<slot />
|
||||
</AppShell>
|
||||
<!-- Page Route Content -->
|
||||
<slot />
|
||||
|
||||
Reference in New Issue
Block a user