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

@ -5,7 +5,6 @@ import {
toNodeListener,
} from 'h3'
import { createFetch } from 'ofetch'
import { parseURL } from 'ufo'
import {
createCall,
createFetch as createLocalFetch,
@ -26,13 +25,10 @@ const handlers = [
},
]
const { protocol, host } = parseURL(window.location.href)
// @ts-expect-error undeclared global window property
window.__NUXT__.config = {
// @ts-expect-error undeclared global window property
...window.__NUXT__.config,
deployUrl: `${protocol}//${host}`,
storage: {},
}