generated from pascalmartineau/wp-skeleton
refactor: data fetching for page navigation
All checks were successful
Deploy WordPress and Nuxt / deploy (push) Successful in 1m1s
All checks were successful
Deploy WordPress and Nuxt / deploy (push) Successful in 1m1s
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<script setup lang="ts">
|
||||
const { node, component, breadcrumbs } = await useNodeByUri();
|
||||
const { path } = useRoute();
|
||||
const { node, component, breadcrumbs } = await useNodeByUri(path);
|
||||
useSeoMeta({ title: node?.title });
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user