Skip to content

Commit 3539a35

Browse files
committed
chore: trigger sync
1 parent 3be7bb7 commit 3539a35

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed
File renamed without changes.

apps/examples/sveltekit/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232

3333
This is the official SvelteKit Auth example for [Auth.js](https://sveltekit.authjs.dev).
3434

35-
3635
## Getting started
3736

3837
You can instantly deploy this example to [Vercel](https://vercel.com?utm_source=github&utm_medium=readme&utm_campaign=sveltekit-auth-example) by clicking the following button.

apps/playgrounds/gatsby/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@
2222

2323
## Overview
2424

25-
Auth.js is a complete open source authentication solution.
25+
Auth.js is a complete open-source authentication solution.
2626

2727
This is an example application that shows how `@auth/core` is applied to a basic Gatsby app. We are showing how to configure the backend both as a [Vercel Function](https://vercel.com/docs/concepts/functions/introduction) for deployment to Vercel, and also for [Gatsby Functions](https://www.gatsbyjs.com/docs/reference/functions) for other platforms.
2828

2929
The deployed version can be found at [`next-auth-gatsby-example.vercel.app`](https://next-auth-gatsby-example.vercel.app)
3030

3131
### About Auth.js
3232

33-
Auth.js is an easy to implement, full-stack (client/server) open source authentication library originally designed for [Next.js](https://nextjs.org) and [Serverless](https://vercel.com), but this example shows how to use it in a Gatsby project. Our goal is to [support even more frameworks](https://github.com/nextauthjs/next-auth/issues/2294) in the future.
33+
Auth.js is an easy-to-implement, full-stack (client/server) open-source authentication library originally designed for [Next.js](https://nextjs.org) and [Serverless](https://vercel.com), but this example shows how to use it in a Gatsby project. Our goal is to [support even more frameworks](https://github.com/nextauthjs/next-auth/issues/2294) in the future.
3434

3535
Go to [authjs.dev](https://authjs.dev) for more information and documentation.
3636

0 commit comments

Comments
 (0)