mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-04-26 17:11:21 +00:00
Merge pull request #215 from bartvdbraak/fix/hostname-og-image
Fix hostname resolution issue
This commit is contained in:
commit
4becb2bd49
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
const SITE_URL =
|
||||
import.meta.env.VERCEL_ENV === 'preview' ? import.meta.env.VERCEL_URL : 'https://hellob.art';
|
||||
import.meta.env.VERCEL_ENV === 'preview' ? import.meta.env.VERCEL_URL : 'hellob.art';
|
||||
|
||||
export const siteConfig = {
|
||||
name: 'hellob.art',
|
||||
|
|
Loading…
Reference in a new issue