Fix custom domain setting
This commit is contained in:
parent
f156f52608
commit
6abc88ff93
|
@ -64,7 +64,7 @@ export default {
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
customDomainAllowed () {
|
customDomainAllowed () {
|
||||||
return this.$config.custom_domains_enabled
|
return useRuntimeConfig.public.customDomainsEnabled
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
watch: {},
|
watch: {},
|
||||||
|
|
Loading…
Reference in New Issue