mirror of
https://github.com/LukeHagar/Sveltey.git
synced 2025-12-06 12:47:44 +00:00
doy its in a folder
This commit is contained in:
@@ -40,10 +40,10 @@ export const load: LayoutLoad = async ({ data, depends, fetch, url }) => {
|
|||||||
data: { user },
|
data: { user },
|
||||||
} = await supabase.auth.getUser()
|
} = await supabase.auth.getUser()
|
||||||
|
|
||||||
const rootOpenGraphImage = `${url.origin}/main.png`
|
const rootOpenGraphImage = `${url.origin}/og-images/main.png`
|
||||||
|
|
||||||
const baseMetaTags = Object.freeze({
|
const baseMetaTags = Object.freeze({
|
||||||
title: 'Sveltey - SvelteKit SaaS Template',
|
title: 'SvelteKit SaaS Template',
|
||||||
titleTemplate: '%s | Sveltey',
|
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.',
|
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,
|
canonical: new URL(url.pathname, url.origin).href,
|
||||||
|
|||||||
Reference in New Issue
Block a user