feat: get endpoint url for netlify preview (#88)
This commit is contained in:
parent
055bcf0e96
commit
20ed3ce738
5 changed files with 15 additions and 22 deletions
|
@ -1,9 +1,5 @@
|
|||
export const APP_NAME = 'Elk'
|
||||
|
||||
export const HOST_DOMAIN = process.dev
|
||||
? 'http://localhost:5314'
|
||||
: 'https://elk.zone'
|
||||
|
||||
export const DEFAULT_POST_CHARS_LIMIT = 500
|
||||
export const DEFAULT_SERVER = 'mas.to'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue