mirror of
https://github.com/LukeHagar/Sveltey.git
synced 2025-12-06 04:21:38 +00:00
Update signup link to register and refine meta description and Open Graph tags
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
</a>
|
||||
{:else}
|
||||
<a
|
||||
href="/auth/signup"
|
||||
href="/auth/register"
|
||||
class="btn btn-lg preset-filled-primary-500"
|
||||
aria-label="Sign up for free account"
|
||||
>
|
||||
|
||||
@@ -3,10 +3,10 @@ import type { MetaTagsProps } from 'svelte-meta-tags';
|
||||
export const load = () => {
|
||||
const pageMetaTags = Object.freeze({
|
||||
title: 'Home',
|
||||
description: 'Launch your SaaS project with our comprehensive SvelteKit template. Built with Svelte 5, Supabase authentication, modern UI components, and everything you need to get started.',
|
||||
description: 'Launch your SaaS project with a comprehensive SvelteKit template. Built with Svelte 5, Supabase authentication, modern UI components, and everything you need to get started.',
|
||||
openGraph: {
|
||||
title: 'Sveltey - Launch Your SaaS Project Fast',
|
||||
description: 'Launch your SaaS project with our comprehensive SvelteKit template. Built with Svelte 5, Supabase authentication, modern UI components, and everything you need to get started.'
|
||||
title: 'Launch Your SaaS Project Fast',
|
||||
description: 'Launch your SaaS project with a comprehensive SvelteKit template. Built with Svelte 5, Supabase authentication, modern UI components, and everything you need to get started.'
|
||||
}
|
||||
}) satisfies MetaTagsProps;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user