chore: remove /invite
route preparatory to launch
This commit is contained in:
parent
3f9e39d244
commit
3a66944080
3 changed files with 0 additions and 84 deletions
|
@ -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: {},
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue