Undo fixing attempt

This commit is contained in:
Kevin Kandlbinder 2024-12-27 20:56:52 +00:00
parent 8daffd6fc1
commit 0b19232800

View file

@ -1,7 +1,6 @@
//import { PUBLIC_BASE_URL } from '$env/static/public';
import { PUBLIC_BASE_URL } from '$env/static/public';
// TODO: FIXME
export const baseUrl = /*PUBLIC_BASE_URL ||*/ 'https://pupraider.net';
export const baseUrl = PUBLIC_BASE_URL || 'https://pupraider.net';
export const makeCanonicalUrl = (path: string) => {
if (!path.startsWith('/')) path = '/' + path;