From cff58e168777984fb04f918b791ade85c32ef299 Mon Sep 17 00:00:00 2001 From: ismael garcia Date: Thu, 21 Nov 2024 16:44:59 +0100 Subject: [PATCH] docs: add NuxtZzle link as example integration with Nuxt (#612) --- docs/content/docs/integrations/nuxt.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/content/docs/integrations/nuxt.mdx b/docs/content/docs/integrations/nuxt.mdx index c8d12fec9f..eb3dd19297 100644 --- a/docs/content/docs/integrations/nuxt.mdx +++ b/docs/content/docs/integrations/nuxt.mdx @@ -106,4 +106,5 @@ export default defineNuxtRouteMiddleware(async (to, from) => { ### Resources & Examples - [Nuxt and Nuxt Hub example](https://github.com/atinux/nuxthub-better-auth) on GitHub. +- [NuxtZzle is Nuxt,Drizzle ORM example](https://github.com/leamsigc/nuxt-better-auth-drizzle) on github [preview](https://nuxt-better-auth.giessen.dev/) - [Nuxt example](https://stackblitz.com/github/better-auth/better-auth/tree/main/examples/nuxt-example) on StackBlitz. \ No newline at end of file