Undo fixing attempt
This commit is contained in:
parent
8daffd6fc1
commit
0b19232800
1 changed files with 2 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue