From 5a72e19972442eb3ef4252e07eae071006c4cf2b Mon Sep 17 00:00:00 2001 From: Amirali <34868015+sadeghi-aa@users.noreply.github.com> Date: Thu, 22 May 2025 12:58:49 +0330 Subject: [PATCH] #docs Fix the link to Nuxt Auth Template in the documenation homepage --- docs/content/en/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/en/index.md b/docs/content/en/index.md index 843e912d4..0cecab8f3 100644 --- a/docs/content/en/index.md +++ b/docs/content/en/index.md @@ -23,7 +23,7 @@ Meanwhile, we recommend: - [Nuxt Auth Utils](https://github.com/atinux/nuxt-auth-utils) - [Sidebase Nuxt Auth](https://github.com/sidebase/nuxt-auth) based on next-auth - [AuthJs Nuxt](https://github.com/Hebilicious/authjs-nuxt) based on Auth.js -- Implement your own auth using [Lucia](https://lucia-auth.com/guidebook/sign-in-with-username-and-password/nuxt/) or [Nuxt Auth Template](https://github.com/nuxt/examples/tree/main/auth/local) +- Implement your own auth using [Lucia](https://lucia-auth.com/guidebook/sign-in-with-username-and-password/nuxt/) or [Nuxt Auth Template](https://github.com/nuxt/examples/tree/main/examples/auth/local) ## Getting Started