Merge pull request #215 from bartvdbraak/fix/hostname-og-image

Fix hostname resolution issue
This commit is contained in:
Bart van der Braak 2024-01-22 13:58:00 +01:00 committed by GitHub
commit 4becb2bd49
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,5 @@
const SITE_URL = 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 = { export const siteConfig = {
name: 'hellob.art', name: 'hellob.art',