mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-05-05 05:21:21 +00:00
fix: resolve hostname without double protocol
This commit is contained in:
parent
826acd2415
commit
5203f27b67
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