This commit is contained in:
2026-05-03 18:02:07 -04:00
parent 68c258037c
commit 728af95745
3 changed files with 12 additions and 3 deletions

View File

@@ -30,7 +30,8 @@ export default defineConfig({
{
text: 'Other',
items: [
{ text: 'Connecting to WiFi', link: '/connect-to-wifi' }
{ text: 'Connecting to WiFi', link: '/connect-to-wifi' },
{ text: 'FAQ', link: '/faq' }
]
}
],