Update dependencies and add new features

This commit is contained in:
Sean Morley
2024-04-20 00:53:01 +00:00
parent da8b4c342d
commit 348c545419
10 changed files with 92 additions and 48 deletions

View File

@@ -9,6 +9,7 @@
import { page } from "$app/stores";
import { inject } from "@vercel/analytics";
import { injectSpeedInsights } from "@vercel/speed-insights/sveltekit";
import "iconify-icon";
if (data.usingVercel === "true") {
inject();