Skip to content

Commit

Permalink
Update sites/skeleton.dev/src/routes/+layout.svelte
Browse files Browse the repository at this point in the history
Co-authored-by: CokaKoala <[email protected]>
  • Loading branch information
Hugos68 and AdrianGonz97 authored Oct 12, 2023
1 parent dd7174d commit 45d4aec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sites/skeleton.dev/src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
// Pass to Store for Ad Conditionals
// IMPORTANT: DO NOT MODIFY THIS UNLESS YOU KNOW WHAT YOU'RE DOING
import { storeTheme, storeVercelProductionMode } from '$lib/stores/stores';
import type { AfterNavigate } from '@sveltejs/kit';
storeVercelProductionMode.set(data.vercelEnv === 'production');
// Init Vercel Analytics
if ($storeVercelProductionMode) import('@vercel/analytics').then((mod) => mod.inject());
Expand Down

0 comments on commit 45d4aec

Please sign in to comment.