\n \u003C/div>\n\u003C/template>\n\n\u003Cstyle scoped>\n /* Optional styling */\n\u003C/style>\n\n\u003Cstyle scoped>\n /* Ensure map has full width and fixed height */\n #map {\n width: 100%;\n height: 16rem; /* 64 Tailwind units */\n }\n\u003C/style>\n\n\n```\n\n\n\n\n### 🔍 What have you tried?\n\n_No response_\n\n### ℹ️ Additional context\n\n_No response_",[2917],{"name":2918,"color":2919},"help wanted","008672",314,"scripts","Centermarker disappears when loading active googlemap","2024-11-10T17:33:02Z","https://github.com/nuxt/scripts/issues/314",0.75565946,{"description":2927,"labels":2928,"number":2920,"owner":2907,"repository":2932,"state":2909,"title":2933,"updated_at":2934,"url":2935,"score":2925},"### Environment\n\n- Operating System: `Linux`\r\n- Node Version: `v16.14.2`\r\n- Nuxt Version: `3.0.0-rc.12`\r\n- Nitro Version: `0.6.0`\r\n- Package Manager: `npm@7.17.0`\r\n- Builder: `vite`\r\n- User Config: `-`\r\n- Runtime Modules: `-`\r\n- Build Modules: `-`\n\n### Reproduction\n\nhttps://stackblitz.com/edit/nuxt-framework-zehqm6\n\n### Describe the bug\n\nThe empty `await setup({})` in the tests takes ~4 seconds for every rerun in `watch` mode in the empty project.\r\nPlease, check the reproduction, try to run `npm test`.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[2929],{"name":2930,"color":2931},"enhancement","a2eeef","test-utils","The \"setup\" in the tests is very slow for every rerun","2024-12-03T16:02:16Z","https://github.com/nuxt/test-utils/issues/314",{"description":2937,"labels":2938,"number":2939,"owner":2907,"repository":2908,"state":2909,"title":2940,"updated_at":2941,"url":2942,"score":2943},"Hello, I designed a website with Nuxt 3, and it has a large number of users. I wanted to know how I can add it to the Showcase list on the site.\r\nhttps://codeyad.com/",[],1446,"Add WebSite To ShowCase","2023-12-14T15:29:37Z","https://github.com/nuxt/nuxt.com/issues/1446",0.7692028,{"description":2945,"labels":2946,"number":2949,"owner":2907,"repository":2908,"state":2950,"title":2951,"updated_at":2952,"url":2953,"score":2954},"Blocked by #635",[2947],{"name":2930,"color":2948},"1ad6ff",633,"closed","[Community] Guide should render `/docs/3.x/community/getting-help` instead of redirect","2022-06-21T13:33:29Z","https://github.com/nuxt/nuxt.com/issues/633",0.7257735,{"description":2956,"labels":2957,"number":2958,"owner":2907,"repository":2908,"state":2950,"title":2959,"updated_at":2960,"url":2961,"score":2962},"Why Nuxt v2 docs get translations, but Nuxt v3 docs don't?",[],1448,"Translations for docs","2024-11-17T15:31:38Z","https://github.com/nuxt/nuxt.com/issues/1448",0.74364614,{"description":2964,"labels":2965,"number":2920,"owner":2907,"repository":2966,"state":2950,"title":2967,"updated_at":2968,"url":2969,"score":2925},"I'm trying to load two different fonts from Adobe Fonts and it only loads one.\n\nThe fonts I'm trying to use:\n- Transducer\n- Articulat CF\n\nArticulat CF does load but Transducer doesn't.\n\nHere is my `nuxt.config.ts`:\n```js\nexport default defineNuxtConfig({\n compatibilityDate: '2024-04-03',\n devtools: { \n enabled: true \n },\n modules: [\n '@nuxtjs/tailwindcss',\n 'nuxt-svgo',\n '@nuxt/fonts',\n ],\n fonts: {\n adobe: {\n id: ['ztp5pvp'],\n },\n families: [\n { name: '\"Articulat CF\"', provider: 'adobe' },\n { name: '\"Transducer\"', provider: 'adobe' },\n ],\n },\n app: {\n //\n }\n})\n```\n\nHere is my `tailwind.config.js`:\n```js\nmodule.exports = {\n theme: {\n extend: {\n colors: {\n 'brand-primary': '#5122E1',\n },\n fontFamily: {\n transducer: ['\"Transducer\"', 'system-ui', 'sans-serif'],\n articulat: ['\"Articulat CF\"', 'system-ui', 'sans-serif'],\n },\n typography: {\n DEFAULT: {\n css: {\n 'blockquote p:first-of-type::before': false,\n 'blockquote p:first-of-type::after': false,\n },\n },\n },\n },\n },\n variants: {\n extend: {\n order: ['odd', 'even'],\n marginBottom: ['last'],\n }\n },\n plugins: [\n require('@tailwindcss/typography'),\n require('@tailwindcss/forms'),\n ],\n}\n```\n\nHere's a screenshot for my Abode Font kit\n\n\nThis is the Adobe Fonts CSS: https://use.typekit.net/ztp5pvp.css.\n\nI know you can't use the `'articulat-cf'` lowercase format, so I've tried `'\"Transducer\"'`, `'Transducer'`, `'\"transducer\"'`, and `\"transducer\"` formats both in `nuxt.config.ts` and `tailwind.config.js` which never loads that font, but loads and displays `\"Articulat CF\"` fine.\n\nAm I missing something here?\n\nThanks.",[],"fonts","Issue loading certain fonts with Adobe Fonts (Typekit)","2024-10-07T11:17:21Z","https://github.com/nuxt/fonts/issues/314",{"description":2971,"labels":2972,"number":2982,"owner":2907,"repository":2983,"state":2950,"title":2984,"updated_at":2985,"url":2986,"score":2987},"### Environment\n\nWhen navigating to any component on the `ui.nuxt.com` website, it displays a 500 error and fails to show any content.\n\n\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.0.2\n\n### Reproduction\n\nhttps://ui.nuxt.com\n\n### Description\n\nWhen using the `ui.nuxt.com` website and navigating to any component, the site 500 errors.\n\n### Additional context\n\nOnly seems to occur on the latest version of firefox, works fine on chrome.\n\n### Logs\n\n```shell-script\n\n```",[2973,2976,2979],{"name":2974,"color":2975},"bug","d73a4a",{"name":2977,"color":2978},"v3","49DCB8",{"name":2980,"color":2981},"triage","ffffff",3804,"ui","`ui.nuxt.com` 500 errors","2025-04-08T00:51:08Z","https://github.com/nuxt/ui/issues/3804",0.76095885,{"description":2989,"labels":2990,"number":2994,"owner":2907,"repository":2908,"state":2950,"title":2995,"updated_at":2996,"url":2997,"score":2998},"Quote @danielroe : \n> what do you think about defaulting to showing the banner on nuxt.com (e.g. in SSR) and then removing it on load if client prefers not to see it? it causes a significant layout shift in lighthouse tests",[2991],{"name":2992,"color":2993},"performance","5E19B6",1074,"[MN Banner] Improve performance","2022-12-07T09:28:34Z","https://github.com/nuxt/nuxt.com/issues/1074",0.7642356,{"description":3000,"labels":3001,"number":3003,"owner":2907,"repository":2908,"state":2950,"title":3004,"updated_at":3005,"url":3006,"score":3007}," \n\n- [ ] No empty state for repositories, i put an example there nuxtlabs/nuxt.com#613\n\n\n- [x] Padding up & down the border should be 16px instead of 12px\n\n\n- [x] Icon should be 18px and space between icon & text should be 8px\n\n\n- [x] icon should be 20px and space between text & icon should also be 8px + underline should be only on text (width: calc(100% - 20px); right: 0;) and 4px below the actual position of it\n\n\n- [x] [Tablet] You can make 2 cols in tablet\n\n\n- [x] [Tablet] You can reduce image opacity like you do in mobile for tablet resolutions\n\n\n- [ ] [Mobile] Selects should be width full (in very small resolutions) nuxtlabs/nuxt.com#612\n\n**Idea**\n- [ ] [Mobile] Maybe adding a back to top on mobile because scroll can be very long\n\n\n- [x] [Darkmode] Repo title should be white\n\n\n- [x] Increase the space between Title & Description by 4px\n\n",[3002],{"name":2930,"color":2948},609,"[Resources] Repositories improvements V2","2022-06-14T10:46:20Z","https://github.com/nuxt/nuxt.com/issues/609",0.7644616,["Reactive",3009],{},["Set"],["ShallowReactive",3012],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$f-6LM8ajRS4rVVwN7RNLrsM4cVbUQL7986JYQFJZAyC8":-1},"/nuxt/test-utils/413"]