Can you use definePageMeta within pages registered by a module?
I am registering some pages using the extendPages function within a module, but seeing the following warning while running the site:
I have added the call within
I have added the call within
<script setup> of my pages, it isn't used anywhere else, and only has static values supplied. I'm not sure if I'm doing something wrong? Thanks