We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7c5b09 commit f27d6ccCopy full SHA for f27d6cc
docs/app/components/app/AppHeader.vue
@@ -4,6 +4,7 @@ const site = useSiteConfig()
4
5
const navLinks = [
6
{ name: 'docs', path: '/getting-started/quickstart' },
7
+ { name: 'demo', path: 'https://demo.nuxt-better-auth.onmax.me', external: true },
8
{ name: 'better-auth', path: 'https://www.better-auth.com', external: true },
9
]
10
</script>
0 commit comments