chore: wip oauth
This commit is contained in:
parent
6755ed6f94
commit
6ea4879190
8 changed files with 75 additions and 10 deletions
6
constants/index.ts
Normal file
6
constants/index.ts
Normal file
|
@ -0,0 +1,6 @@
|
|||
export const APP_NAME = 'Nuxtodon'
|
||||
|
||||
export const HOST_DOMAIN = process.dev
|
||||
? 'http://localhost:3000'
|
||||
: 'https://nuxtodon.netlify.app'
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue