chore: remove /invite route preparatory to launch

This commit is contained in:
Daniel Roe 2023-01-11 22:50:52 +00:00
parent 3f9e39d244
commit 3a66944080
3 changed files with 0 additions and 84 deletions

View file

@ -71,25 +71,11 @@ export default defineNuxtConfig({
},
},
runtimeConfig: {
deployUrl: !isCI
? 'http://localhost:5314'
: isPreview
? process.env.DEPLOY_PRIME_URL
: 'https://elk.zone',
cloudflare: {
accountId: '',
namespaceId: '',
apiToken: '',
},
discord: {
inviteUrl: 'https://chat.elk.zone',
},
github: {
// oauth flow
clientId: '',
clientSecret: '',
inviteToken: '',
},
public: {
env: '', // set in build-env module
buildInfo: {} as BuildInfo, // set in build-env module