mirror of
https://github.com/BradNut/personal-website-sveltekit
synced 2025-09-08 23:20:18 +00:00
Update OG text for home page.
This commit is contained in:
parent
9a6c305bd2
commit
3dd16a611a
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ export const load: PageServerLoad = async ({ fetch, setHeaders, url }) => {
|
|||
title: 'Home',
|
||||
description: 'Home page',
|
||||
card: 'summary_large_image',
|
||||
image: `${baseUrl}og?header=Home | bradleyshellnut.com&page=Hi I'm Bradley Shellnut.&content=I'm a full stack software engineer currently working on Java Spring, PostgreSQL, and React / Angular JS.`,
|
||||
image: `${baseUrl}og?header=Home | bradleyshellnut.com&page=Hi I'm Bradley Shellnut.&content=I'm a full stack software engineer currently working on Java Spring, PostgreSQL, and SvelteKit.`,
|
||||
imageAlt: 'Bradley Shellnut Website Logo',
|
||||
},
|
||||
url: currentPageUrl,
|
||||
|
|
|
|||
Loading…
Reference in a new issue