From be871bc8bea0da241b0f0a6d6815f38688bb20f7 Mon Sep 17 00:00:00 2001 From: Shoshana Connack <82201261+moshetanzer@users.noreply.github.com> Date: Wed, 14 Feb 2024 13:22:00 +0200 Subject: [PATCH] fix stackblitz link in nuxt username and password (#1432) --- docs/pages/tutorials/username-and-password/nuxt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/tutorials/username-and-password/nuxt.md b/docs/pages/tutorials/username-and-password/nuxt.md index b3d8004e3..05ccbef39 100644 --- a/docs/pages/tutorials/username-and-password/nuxt.md +++ b/docs/pages/tutorials/username-and-password/nuxt.md @@ -6,7 +6,7 @@ title: "Tutorial: Username and password auth in Nuxt" Before starting, make sure you've set up your database and middleware as described in the [Getting started](/getting-started/nuxt) page. -An [example project](https://github.com/lucia-auth/examples/tree/main/nuxt/username-and-password) based on this tutorial is also available. You can clone the example locally or [open it in StackBlitz](https://stackblitz.com/github/lucia-auth/examples/tree/v3/nuxt/username-and-password). +An [example project](https://github.com/lucia-auth/examples/tree/main/nuxt/username-and-password) based on this tutorial is also available. You can clone the example locally or [open it in StackBlitz](https://stackblitz.com/github/lucia-auth/examples/tree/main/nuxt/username-and-password). ``` npx degit https://github.com/lucia-auth/examples/tree/main/nuxt/username-and-password