This commit is contained in:
gilesb 2024-03-09 17:57:49 +00:00
parent 253011be7c
commit fd6a916061
1 changed files with 1 additions and 0 deletions

View File

@ -158,6 +158,7 @@ useOpnSeoMeta({
return (form && form.value?.can_be_indexed) ? null : 'noindex, nofollow'
}
})
console.log(`app url is', ${useRuntimeConfig().public.appBaseUrl}`);
useHead({
titleTemplate: (titleChunk) => {
if (form && form.value?.is_pro && form.value?.seo_meta.page_title) {