fix: resolve hostname without double protocol

This commit is contained in:
Bart van der Braak 2024-01-22 13:54:20 +01:00
parent 826acd2415
commit 5203f27b67

View file

@ -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',