Skip to content

Commit fc016ca

Browse files
remove stackblitz link
1 parent 0996de9 commit fc016ca

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

docs/pages/tutorials/github-oauth/astro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: "GitHub OAuth in Astro"
66

77
Before starting, make sure you've set up your database and middleware as described in the [Getting started](/getting-started/astro) page.
88

9-
An [example project](https://github.com/lucia-auth/examples/tree/main/astro/github-oauth) 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/astro/github-oauth).
9+
An [example project](https://github.com/lucia-auth/examples/tree/main/astro/github-oauth) based on this tutorial is also available.
1010

1111
```
1212
npx degit https://github.com/lucia-auth/examples/astro/github-oauth <directory_name>

docs/pages/tutorials/github-oauth/nextjs-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: "GitHub OAuth in Next.js App router"
66

77
Before starting, make sure you've set up your database and middleware as described in the [Getting started](/getting-started/nextjs-app) page.
88

9-
An [example project](https://github.com/lucia-auth/examples/tree/main/nextjs-app/github-oauth) 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/nextjs-app/github-oauth).
9+
An [example project](https://github.com/lucia-auth/examples/tree/main/nextjs-app/github-oauth) based on this tutorial is also available.
1010

1111
```
1212
npx degit https://github.com/lucia-auth/examples/nextjs-app/github-oauth <directory_name>

docs/pages/tutorials/github-oauth/nextjs-pages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: "GitHub OAuth in Next.js Pages router"
66

77
Before starting, make sure you've set up your database and middleware as described in the [Getting started](/getting-started/nextjs-pages) page.
88

9-
An [example project](https://github.com/lucia-auth/examples/tree/main/nextjs-pages/github-oauth) 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/nextjs-pages/github-oauth).
9+
An [example project](https://github.com/lucia-auth/examples/tree/main/nextjs-pages/github-oauth) based on this tutorial is also available.
1010

1111
```
1212
npx degit https://github.com/lucia-auth/examples/nextjs-pages/github-oauth <directory_name>

docs/pages/tutorials/github-oauth/nuxt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: "GitHub OAuth in Nuxt"
66

77
Before starting, make sure you've set up your database and middleware as described in the [Getting started](/getting-started/nuxt) page.
88

9-
An [example project](https://github.com/lucia-auth/examples/tree/main/nuxt/github-oauth) 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/github-oauth).
9+
An [example project](https://github.com/lucia-auth/examples/tree/main/nuxt/github-oauth) based on this tutorial is also available.
1010

1111
```
1212
npx degit https://github.com/lucia-auth/examples/nuxt/github-oauth <directory_name>

docs/pages/tutorials/github-oauth/sveltekit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: "GitHub OAuth in SvelteKit"
66

77
Before starting, make sure you've set up your database and middleware as described in the [Getting started](/getting-started/sveltekit) page.
88

9-
An [example project](https://github.com/lucia-auth/examples/tree/main/sveltekit/github-oauth) 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/sveltekit/github-oauth).
9+
An [example project](https://github.com/lucia-auth/examples/tree/main/sveltekit/github-oauth) based on this tutorial is also available.
1010

1111
```
1212
npx degit https://github.com/lucia-auth/examples/sveltekit/github-oauth <directory_name>

docs/pages/tutorials/username-and-password/astro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: "Tutorial: Username and password auth in Astro"
66

77
Before starting, make sure you've set up your database and middleware as described in the [Getting started](/getting-started/astro) page.
88

9-
An [example project](https://github.com/lucia-auth/examples/tree/main/astro/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/astro/username-and-password).
9+
An [example project](https://github.com/lucia-auth/examples/tree/main/astro/username-and-password) based on this tutorial is also available.
1010

1111
```
1212
npx degit https://github.com/lucia-auth/examples/astro/username-and-password <directory_name>

docs/pages/tutorials/username-and-password/nextjs-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: "Username and password auth in Next.js App Router"
66

77
Before starting, make sure you've set up your database as described in the [Getting started](/getting-started/nextjs-app) page.
88

9-
An [example project](https://github.com/lucia-auth/examples/tree/main/nextjs-app/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/nextjs-app/username-and-password).
9+
An [example project](https://github.com/lucia-auth/examples/tree/main/nextjs-app/username-and-password) based on this tutorial is also available.
1010

1111
```
1212
npx degit https://github.com/lucia-auth/examples/nextjs-app/username-and-password <directory_name>

docs/pages/tutorials/username-and-password/nextjs-pages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: "Tutorial: Username and password auth in Next.js Pages router"
66

77
Before starting, make sure you've set up your database and middleware as described in the [Getting started](/getting-started/nextjs-pages) page.
88

9-
An [example project](https://github.com/lucia-auth/examples/tree/main/nextjs-pages/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/nextjs-pages/username-and-password).
9+
An [example project](https://github.com/lucia-auth/examples/tree/main/nextjs-pages/username-and-password) based on this tutorial is also available.
1010

1111
```
1212
npx degit https://github.com/lucia-auth/examples/nextjs-pages/username-and-password <directory_name>

docs/pages/tutorials/username-and-password/nuxt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: "Tutorial: Username and password auth in Nuxt"
66

77
Before starting, make sure you've set up your database and middleware as described in the [Getting started](/getting-started/nuxt) page.
88

9-
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).
9+
An [example project](https://github.com/lucia-auth/examples/tree/main/nuxt/username-and-password) based on this tutorial is also available.
1010

1111
```
1212
npx degit https://github.com/lucia-auth/examples/nuxt/username-and-password <directory_name>

docs/pages/tutorials/username-and-password/sveltekit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: "Tutorial: Username and password auth in SvelteKit"
66

77
Before starting, make sure you've set up your database and middleware as described in the [Getting started](/getting-started/sveltekit) page.
88

9-
An [example project](https://github.com/lucia-auth/examples/tree/main/sveltekit/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/sveltekit/username-and-password).
9+
An [example project](https://github.com/lucia-auth/examples/tree/main/sveltekit/username-and-password) based on this tutorial is also available.
1010

1111
```
1212
npx degit https://github.com/lucia-auth/examples/sveltekit/username-and-password <directory_name>

0 commit comments

Comments
 (0)