Kittensmakemesmile
Nuxt 3 says 'product' is not defined but it is.
I see! Thanks for that you're amazing!
For those that may find this later here is what I have learned:
definePageMeta
(https://nuxt.com/docs/guide/directory-structure/pages/#page-metadata) has nothing to do with the page metadata, at least from what I gather from the docs, in fact, they have an example that shows that defining SEO data inside of it will cause an error
What I wanted to use was useSeoMeta
https://nuxt.com/docs/api/composables/use-seo-meta
Which produces the expected results.21 replies
Nuxt 3 says 'product' is not defined but it is.
Here is a reddit post I made with an updated reproduction.
https://www.reddit.com/r/Nuxt/comments/159thgc/nuxt_says_the_product_is_not_defined_but_it_is/
21 replies
Nuxt 3 says 'product' is not defined but it is.
That doesn't seem to work for me. https://stackblitz.com/edit/nuxt-starter-nwtucc
21 replies