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