Fix typo runtime config

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

View File

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