We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 79a4508 + 0b44165 commit cdd5aebCopy full SHA for cdd5aeb
app/components/AppHeader.vue
@@ -124,7 +124,7 @@ const mobileLinks = computed<NavigationConfigWithGroups>(() => [
124
])
125
126
const showFullSearch = shallowRef(false)
127
-const showMobileMenu = shallowRef(true)
+const showMobileMenu = shallowRef(false)
128
const { env } = useAppConfig().buildInfo
129
130
// On mobile, clicking logo+search button expands search
vercel.json
@@ -10,7 +10,7 @@
10
"value": "chat.npmx.dev"
11
}
12
],
13
- "destination": "https://discord.gg/NHwgTgAFVV"
+ "destination": "https://npmx.dev/recharging"
14
},
15
{
16
"source": "/(.*)",
0 commit comments