yeah
This commit is contained in:
parent
87d0ff50c1
commit
3cbb25a82a
|
|
@ -1,7 +1,5 @@
|
|||
import type { Manifest } from '@types'
|
||||
import { LOCAL_HOST } from '%config'
|
||||
|
||||
const DEFAULT_HOST = process.env.DEV ? 'http://localhost:3000' : `http://${LOCAL_HOST}`
|
||||
const DEFAULT_HOST = process.env.DEV ? 'http://localhost:3000' : 'http://toes.local'
|
||||
|
||||
const normalizeUrl = (url: string) =>
|
||||
url.startsWith('http://') || url.startsWith('https://') ? url : `http://${url}`
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user