Remove PUBLIC_BASE_URL for now
This commit is contained in:
parent
a21ee63baa
commit
8daffd6fc1
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
import { PUBLIC_BASE_URL } from '$env/static/public';
|
||||
//import { PUBLIC_BASE_URL } from '$env/static/public';
|
||||
|
||||
export const baseUrl = PUBLIC_BASE_URL || 'https://pupraider.net';
|
||||
// TODO: FIXME
|
||||
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