Skip to content

Commit cdd5aeb

Browse files
authored
Merge branch 'main' into fix-remove-pm-panel-a11y
2 parents 79a4508 + 0b44165 commit cdd5aeb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/components/AppHeader.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ const mobileLinks = computed<NavigationConfigWithGroups>(() => [
124124
])
125125
126126
const showFullSearch = shallowRef(false)
127-
const showMobileMenu = shallowRef(true)
127+
const showMobileMenu = shallowRef(false)
128128
const { env } = useAppConfig().buildInfo
129129
130130
// On mobile, clicking logo+search button expands search

vercel.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"value": "chat.npmx.dev"
1111
}
1212
],
13-
"destination": "https://discord.gg/NHwgTgAFVV"
13+
"destination": "https://npmx.dev/recharging"
1414
},
1515
{
1616
"source": "/(.*)",

0 commit comments

Comments
 (0)