Fix custom domain setting

This commit is contained in:
Julien Nahum 2024-01-16 13:29:58 +01:00
parent f156f52608
commit 6abc88ff93
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ export default {
})
},
customDomainAllowed () {
return this.$config.custom_domains_enabled
return useRuntimeConfig.public.customDomainsEnabled
}
},
watch: {},