export const APP_NAME = 'Nuxtodon'
export const HOST_DOMAIN = process.dev
? 'http://localhost:3000'
: 'https://nuxtodon.netlify.app'