mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-04-26 17:11:21 +00:00
fix: use https protocol for url
This commit is contained in:
parent
97efcfa0a9
commit
4c09a0e838
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ import { siteConfig } from '$lib/config/site';
|
|||
import { navConfig } from '$lib/config/nav';
|
||||
import type { NavItem } from '$lib/types/nav';
|
||||
|
||||
const SITE_URL = siteConfig.url;
|
||||
const SITE_URL = `https://${siteConfig.url}`;
|
||||
|
||||
/**
|
||||
* SvelteKit RequestHandler for generating sitemap.
|
||||
|
|
Loading…
Reference in a new issue