1
0
Fork 1
mirror of https://github.com/elk-zone/elk.git synced 2024-09-06 12:19:08 +01:00
elk/constants/index.ts

7 lines
139 B
TypeScript
Raw Normal View History

2022-11-15 11:54:07 +00:00
export const APP_NAME = 'Nuxtodon'
export const HOST_DOMAIN = process.dev
? 'http://localhost:3000'
: 'https://nuxtodon.netlify.app'