My configuration:
{
"nuxt": "^3.15.0",
"nuxt-meta-pixel": "2.0.2",
}
//nuxt.config.ts
modules: [
'@nuxtjs/tailwindcss',
'nuxt-meta-pixel',
],
runtimeConfig: {
public: {
metapixel: {
default: { id: '1178463143903120' },
},
},
},
//app.vue
const { $fbq } = useNuxtApp()
onMounted(() => {
$fbq('track', 'PageView')
})
Dev and Prod result:

My configuration:
{ "nuxt": "^3.15.0", "nuxt-meta-pixel": "2.0.2", }Dev and Prod result: