mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-06-28 23:39:11 +00:00
feat: error page and og image
This commit is contained in:
parent
243b91bd38
commit
d63bee294b
2 changed files with 13 additions and 2 deletions
|
@ -12,14 +12,14 @@
|
|||
<meta name="msapplication-TileColor" content="#da532c" />
|
||||
<meta name="theme-color" content="#ffffff" />
|
||||
<title>hellob.art - home of bart van der braak</title>
|
||||
<meta property="twitter:image" content="%sveltekit.assets%/og.png" />
|
||||
<meta property="twitter:image" content="https://hellob.art/og.png" />
|
||||
<meta property="twitter:card" content="summary_large_image" />
|
||||
<meta property="twitter:title" content="hellob.art - home of bart van der braak" />
|
||||
<meta
|
||||
property="twitter:description"
|
||||
content="Personal website of Bart van der Braak showcasing milestones, tools and ideas."
|
||||
/>
|
||||
<meta property="og:image" content="%sveltekit.assets%/og.png" />
|
||||
<meta property="og:image" content="https://hellob.art/og.png" />
|
||||
<meta property="og:title" content="hellob.art - home of bart van der braak" />
|
||||
<meta
|
||||
property="og:description"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue