\r\n\u003C/head>\r\n```\r\n\r\nNote on both localhost and the view-source pages the meta tag is rendered correctly.\n\n### Describe the bug\n\n## Short description\r\nOkay, so I want to have open graph tags which include my domain in the path when using `useHead` both in my page's pre-render and when the page is rendered after being served. What I mean is I should have in my `\u003Chead>`\r\n\r\n```html\r\n\u003Chead>\r\n \u003Cmeta property=\"og:image\" content=\"https://mydomain.com/_nuxt/open-graph-banner.so1_sba.jpg\">\r\n\u003C/head>\r\n```\r\n\r\nfor both the pre-render, so it should display this tag on `view-source:https://mydomain.com`, on `https://mydomain.com`, and when I'm running it locally on `http://localhost:3000`. Unfortunately, this is not what's happening. Let me give you the displayed HTML for each of the cases\r\n\r\n### view-source:https://mydomain.com\r\n\r\n```html\r\n\u003Chead>\r\n \u003Cmeta property=\"og:image\" content=\"https://mydomain.com/_nuxt/open-graph-banner.so1_sba.jpg\">\r\n\u003C/head>\r\n```\r\n\r\n### https://mydomain.com \u003C- problems here\r\nAfter the page finishes loading and I look in the console, I get\r\n\r\n```html\r\n\u003Chead>\r\n \u003Cmeta property=\"og:image\" content=\"https://mydomain.com/https://mydomain.com/_nuxt/open-graph-banner.so1_sba.jpg\">\r\n\u003C/head>\r\n```\r\n\r\n### http://localhost:3000\r\nThis tag holds both in the view-source and in the dev tools console\r\n```html\r\n\u003Chead>\r\n \u003Cmeta property=\"og:image\" content=\"https://mydomain.com/_nuxt/open-graph-banner.so1_sba.jpg\">\r\n\u003C/head>\r\n```\r\n\r\n### Additional comments\r\n\r\nThis inconsistent behavior is so frustrating, and I cannot guarantee my open graph tags will be loaded in the same way every time. On twitter, sometimes the open graph tag loads correctly, other times it will not.\r\n\r\n\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[2981,2982,2983,2984],{"name":2903,"color":2904},{"name":2945,"color":2946},{"name":2948,"color":2949},{"name":2985,"color":2986},"closed-by-bot","ededed",27240,"useHead doubling the baseURL only when served from that domain","2024-05-26T01:51:38Z","https://github.com/nuxt/nuxt/issues/27240",0.6920489,{"description":2993,"labels":2994,"number":2997,"owner":2906,"repository":2906,"state":2907,"title":2998,"updated_at":2999,"url":3000,"score":3001},"### Environment\n\n- Operating System: Darwin\r\n- Node Version: v21.7.1\r\n- Nuxt Version: 3.11.1\r\n- CLI Version: 3.11.0\r\n- Nitro Version: 2.9.4\r\n- Package Manager: npm@10.5.0\r\n- Builder: -\r\n- User Config: css, extends, modules, stripe, eslint, image, runtimeConfig, imports, ui, devtools, experimental, colorMode\r\n- Runtime Modules: @nuxt/ui@2.15.0, @nuxt/image@1.4.0, @nuxtjs/eslint-module@4.1.0, @vueuse/motion/nuxt@2.1.0, nuxt-clarity-analytics@0.0.6, dayjs-nuxt@2.1.9, @unlok-co/nuxt-stripe@2.0.0, @nuxtjs/i18n@8.2.0\r\n- Build Modules: -\n\n### Reproduction\n\nhttps://stackblitz.com/edit/nuxt-starter-jay43e?file=pages%2Findex.vue\n\n### Describe the bug\n\nI'm trying to use useSeoMeta to take advantage the benefits of typescript instead of use definePageMeta, but i want to have the title as ogTitle and twitterTitle, and description as ogDescription and twitterDescriptio but it doesnt works.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[2995,2996],{"name":2903,"color":2904},{"name":2945,"color":2946},26808,"Can't set dynamic meta tags with useSeoMeta","2024-05-29T08:11:27Z","https://github.com/nuxt/nuxt/issues/26808",0.6934935,{"labels":3003,"number":3008,"owner":2906,"repository":2906,"state":2907,"title":3009,"updated_at":3010,"url":3011,"score":3012},[3004,3007],{"name":3005,"color":3006},"documentation","5319e7",{"name":2903,"color":2904},13981,"Cannot set `titleTemplate` as function","2023-01-19T17:11:35Z","https://github.com/nuxt/nuxt/issues/13981",0.7012028,{"description":3014,"labels":3015,"number":3021,"owner":2906,"repository":2906,"state":2907,"title":3022,"updated_at":3023,"url":3024,"score":3025},"### Environment\r\n\r\n- Operating System: `Darwin`\r\n- Node Version: `v19.1.0`\r\n- Nuxt Version: `3.0.0`\r\n- Nitro Version: `1.0.0`\r\n- Package Manager: `npm@8.19.3`\r\n- Builder: `vite`\r\n- User Config: `modules`, `runtimeConfig`, `vite`\r\n- Runtime Modules: `@nuxtjs/color-mode@3.1.8`\r\n- Build Modules: `-`\r\n\r\n### Reproduction\r\n\r\nuse `titleTemplate` without `title`\r\n\r\n### Describe the bug\r\n\r\n`titleTemplate` in `useHead` is working with these well.\r\n\r\n- nuxt.config.ts -> app.head.title\r\n- script -> useHead.title\r\n- template -> \u003CTitle/>\r\n\r\n\u003Cimg width=\"1728\" alt=\"스크린샷 2022-11-20 오후 4 15 44\" src=\"https://user-images.githubusercontent.com/90916540/202890527-2a256b73-5b5c-4bd6-841e-7521f528f753.png\">\r\n\r\nBut when I remove `title`, page title does not change.\r\nAfter refresh, 'localhost:3000/' is shown rather than default title although `titleTemplate` function is called.\r\n\r\n\u003Cimg width=\"1728\" alt=\"스크린샷 2022-11-20 오후 4 15 59\" src=\"https://user-images.githubusercontent.com/90916540/202890535-6bee38f5-2d44-4229-9237-2b6a0f56a5f2.png\">\r\n\r\nI'm not certain this is a bug or not.\r\nIf I miss something, How can I print 'Title' that located on third position of optional operator in `titleTemplate`?\r\n\r\n\r\n### Additional context\r\n\r\n_No response_\r\n\r\n### Logs\r\n\r\n_No response_",[3016,3017,3020],{"name":2903,"color":2904},{"name":3018,"color":3019},"bug","d73a4a",{"name":2960,"color":2961},15556,"titleTemplate is not working when titleChunk is undefined","2023-01-19T17:54:16Z","https://github.com/nuxt/nuxt/issues/15556",0.7029595,["Reactive",3027],{},["Set"],["ShallowReactive",3030],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fNFQs2TkDmURGbJqxwqR711FEuLF1LG0p3W1vmr_ogXc":-1},"/nuxt/nuxt/22641"]