This commit is contained in:
parent
253011be7c
commit
fd6a916061
|
@ -158,6 +158,7 @@ useOpnSeoMeta({
|
||||||
return (form && form.value?.can_be_indexed) ? null : 'noindex, nofollow'
|
return (form && form.value?.can_be_indexed) ? null : 'noindex, nofollow'
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
console.log(`app url is', ${useRuntimeConfig().public.appBaseUrl}`);
|
||||||
useHead({
|
useHead({
|
||||||
titleTemplate: (titleChunk) => {
|
titleTemplate: (titleChunk) => {
|
||||||
if (form && form.value?.is_pro && form.value?.seo_meta.page_title) {
|
if (form && form.value?.is_pro && form.value?.seo_meta.page_title) {
|
||||||
|
|
Loading…
Reference in New Issue