doy its in a folder

This commit is contained in:
Luke Hagar
2025-06-18 13:52:40 -05:00
parent 234fb5a790
commit c36fb9a82f

View File

@@ -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,