feat: Implement mobile navbar

This commit is contained in:
Jesse Wierzbinski 2024-12-09 16:52:04 +01:00
parent 4ba3ed3d37
commit 0987df7783
No known key found for this signature in database
17 changed files with 310 additions and 25 deletions

View file

@ -238,6 +238,9 @@ export default defineNuxtConfig({
],
htmlAttrs: { lang: "en-us" },
},
rootAttrs: {
"vaul-drawer-wrapper": true,
},
keepalive: true,
},
nitro: {