generated from pascalmartineau/wp-skeleton
feat: Virtual page redirect, breadcrumb & menu items
All checks were successful
Deploy WordPress and Nuxt / deploy (push) Successful in 1m5s
All checks were successful
Deploy WordPress and Nuxt / deploy (push) Successful in 1m5s
This commit is contained in:
@@ -2,6 +2,11 @@
|
||||
import type { ThePageFragment } from "#graphql-operations";
|
||||
|
||||
const props = defineProps<ThePageFragment>();
|
||||
|
||||
if (props.template?.__typename === "Template_VirtualPage") {
|
||||
await navigateTo(props.children?.nodes[0]?.uri || "/");
|
||||
}
|
||||
|
||||
useSeoMeta({ title: props.title });
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user