mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-04-27 09:31:21 +00:00
fix: add backticks to site.ts
This commit is contained in:
parent
bceeb6e16f
commit
fcf27498e4
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ export const siteConfig = {
|
|||
name: 'hellob.art',
|
||||
author: 'Bart van der Braak',
|
||||
url: import.meta.env.VERCEL_URL,
|
||||
ogImage: 'https://${import.meta.env.VERCEL_URL}/og.png',
|
||||
ogImage: `https://${import.meta.env.VERCEL_URL}/og.png`,
|
||||
description: 'Personal website of Bart van der Braak, DevOps/Platform Engineer at Triple.',
|
||||
links: {
|
||||
twitter: 'https://twitter.com/bartvdbraak',
|
||||
|
|
Loading…
Reference in a new issue