\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_",[2948,2949,2950],{"name":2901,"color":2902},{"name":2904,"color":2905},{"name":2907,"color":2908},15556,"titleTemplate is not working when titleChunk is undefined","2023-01-19T17:54:16Z","https://github.com/nuxt/nuxt/issues/15556",0.72480136,{"description":2957,"labels":2958,"number":2963,"owner":2872,"repository":2872,"state":2873,"title":2964,"updated_at":2965,"url":2966,"score":2967},"The following in nuxt.config doesn't work as expected:\r\n\r\n```\r\ntitleTemplate: titleChunk => titleChunk ? `${titleChunk} - Nuxt.js` : 'Nuxt.js',\r\n```\r\n\r\nI think it might have something to do with the options not being brought into vue-meta properly ie. maybe options are being cloned in a way which removes functions?\r\n\r\nPR with failing test: #1961\n\n\u003C!--cmty-->\u003C!--cmty_prevent_hook-->\n\u003Cdiv align=\"right\">\u003Csub>\u003Cem>This bug report is available on \u003Ca href=\"https://nuxtjs.cmty.io\">Nuxt.js\u003C/a> community (\u003Ca href=\"https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c1691\">#c1691\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[2959,2962],{"name":2960,"color":2961},"available soon","6de8b0",{"name":2869,"color":2870},1886,"titleTemplate with function not working","2023-01-18T15:42:46Z","https://github.com/nuxt/nuxt/issues/1886",0.72593486,{"description":2969,"labels":2970,"number":2976,"owner":2872,"repository":2977,"state":2873,"title":2978,"updated_at":2979,"url":2980,"score":2981},"### Environment\r\n\r\n/\r\n\r\n### Reproduction\r\n\r\nI clone the project, install the dependencies and try `pnpm run test:examples` but nothing work.\r\n\r\n\r\n\r\n### Describe the bug\r\n\r\n/\r\n\r\n### Additional context\r\n\r\n_No response_\r\n\r\n### Logs\r\n\r\n```shell-script\r\n> @nuxt/test-utils@3.14.1 test:examples /Users/esoub/dev/f/test-utils\r\n> pnpm -r test --filter !example-app-cucumber && pnpm -r test --filter example-app-cucumber\r\n\r\nScope: 9 of 11 workspace projects\r\nexamples/app-playwright test$ playwright test\r\n└─ Running...\r\nexamples/app-jest test$ node --no-warnings --experimental-vm-modules node_modules/jest/bin/jest.js\r\n└─ Running...\r\nexamples/app-vitest test$ vitest run\r\n│ ▲ [WARNING] Cannot find base config file \"./.nuxt/tsconfig.json\" [tsconfig.json]\r\n│ ../../tsconfig.json:2:13:\r\n│ 2 │ \"extends\": \"./.nuxt/tsconfig.json\",\r\n│ ╵ ~~~~~~~~~~~~~~~~~~~~~~~\r\n│ failed to load config from /Users/esoub/dev/f/test-utils/examples/app-vitest/vitest.config.ts\r\n│ ⎯⎯⎯⎯⎯⎯⎯ Startup Error ⎯⎯⎯⎯⎯⎯⎯⎯\r\n│ Error [ERR_MODULE_NOT_FOUND]: Cannot find module '/Users/esoub/dev/f/test-utils/examples/app-vitest/node_modules/@nuxt/test-…\r\n│ at finalizeResolution (node:internal/modules/esm/resolve:265:11)\r\n│ at moduleResolve (node:internal/modules/esm/resolve:933:10)\r\n│ at defaultResolve (node:internal/modules/esm/resolve:1169:11)\r\n│ at ModuleLoader.defaultResolve (node:internal/modules/esm/loader:383:12)\r\n│ at ModuleLoader.resolve (node:internal/modules/esm/loader:352:25)\r\n│ at ModuleLoader.getModuleJob (node:internal/modules/esm/loader:227:38)\r\n│ at ModuleWrap.\u003Canonymous> (node:internal/modules/esm/module_job:87:39)\r\n│ at link (node:internal/modules/esm/module_job:86:36) {\r\n│ code: 'ERR_MODULE_NOT_FOUND',\r\n│ url: 'file:///Users/esoub/dev/f/test-utils/examples/app-vitest/node_modules/@nuxt/test-utils/dist/config.mjs'\r\n│ }\r\n└─ Failed in 177ms at /Users/esoub/dev/f/test-utils/examples/app-vitest\r\nexamples/app-vitest-full test$ pnpm test:happy-dom && pnpm test:jsdom && pnpm test:dev && pnpm test:types\r\n└─ Running...\r\n/Users/esoub/dev/f/test-utils/examples/app-vitest:\r\n ERR_PNPM_RECURSIVE_RUN_FIRST_FAIL example-app-vitest@ test: `vitest run`\r\nExit status 1\r\nexamples/content test$ vitest run\r\n└─ Running...\r\n ELIFECYCLE Command failed with exit code 1\r\n```\r\n```\r\n",[2971,2974],{"name":2972,"color":2973},"vitest-environment","b60205",{"name":2866,"color":2975},"5D08F5",927,"test-utils","Unable to run repo examples the project","2024-08-29T09:32:32Z","https://github.com/nuxt/test-utils/issues/927",0.73196733,["Reactive",2983],{},["Set"],["ShallowReactive",2986],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$f7tqW0g8tK2QnIpQQctOm4MOmdUghnVfSfrjPkWkvtBk":-1},"/nuxt/nuxt/5051"]