From c36fb9a82ff434697215ff1e89bcf74b3f7e7f83 Mon Sep 17 00:00:00 2001 From: Luke Hagar Date: Wed, 18 Jun 2025 13:52:40 -0500 Subject: [PATCH] doy its in a folder --- src/routes/+layout.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/+layout.ts b/src/routes/+layout.ts index 00394dc..99a59f2 100644 --- a/src/routes/+layout.ts +++ b/src/routes/+layout.ts @@ -40,10 +40,10 @@ export const load: LayoutLoad = async ({ data, depends, fetch, url }) => { data: { user }, } = await supabase.auth.getUser() - const rootOpenGraphImage = `${url.origin}/main.png` + const rootOpenGraphImage = `${url.origin}/og-images/main.png` const baseMetaTags = Object.freeze({ - title: 'Sveltey - SvelteKit SaaS Template', + title: 'SvelteKit SaaS Template', titleTemplate: '%s | Sveltey', description: 'A comprehensive, production-ready SaaS template built with Svelte 5, SvelteKit 2, Supabase, and Skeleton UI. Launch your next SaaS project in minutes, not months.', canonical: new URL(url.pathname, url.origin).href,