Skip to content

Commit f27d6cc

Browse files
committed
add demo link to docs header
1 parent c7c5b09 commit f27d6cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/app/components/app/AppHeader.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ const site = useSiteConfig()
44
55
const navLinks = [
66
{ name: 'docs', path: '/getting-started/quickstart' },
7+
{ name: 'demo', path: 'https://demo.nuxt-better-auth.onmax.me', external: true },
78
{ name: 'better-auth', path: 'https://www.better-auth.com', external: true },
89
]
910
</script>

0 commit comments

Comments
 (0)