Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/content/docs/fr/guides/authentication.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ export const onRequest = defineMiddleware(async (context, next) => {
### Prochaines étapes

- [Guide Astro de Better Auth](https://www.better-auth.com/docs/integrations/astro)
- [Exemple d'utilisation d'Astro avec Better Auth](https://github.com/better-auth/better-auth/tree/main/examples/astro-example)
- [Exemple d'utilisation d'Astro avec Better Auth](https://github.com/better-auth/examples/tree/main/astro-example)
- [Documentation Better Auth](https://www.better-auth.com/docs)
- [Dépôt Github de Better Auth](https://github.com/better-auth/better-auth)

Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/ja/guides/authentication.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ export const onRequest = defineMiddleware(async (context, next) => {
### 次のステップ

- [Better Auth Astroガイド](https://www.better-auth.com/docs/integrations/astro)
- [Astro用Better Authサンプル](https://github.com/better-auth/better-auth/tree/main/examples/astro-example)
- [Astro用Better Authサンプル](https://github.com/better-auth/examples/tree/main/astro-example)
- [Better Authドキュメント](https://www.better-auth.com/docs)
- [Better Auth GitHubリポジトリ](https://github.com/better-auth/better-auth)

Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/ko/guides/authentication.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ export const onRequest = defineMiddleware(async (context, next) => {
### 다음 단계

- [Better Auth + Astro 가이드](https://www.better-auth.com/docs/integrations/astro)
- [Better Auth + Astro 예시](https://github.com/better-auth/better-auth/tree/main/examples/astro-example)
- [Better Auth + Astro 예시](https://github.com/better-auth/examples/tree/main/astro-example)
- [Better Auth 문서](https://www.better-auth.com/docs)
- [Better Auth GitHub 리포지토리](https://github.com/better-auth/better-auth)

Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/zh-cn/guides/authentication.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ export const onRequest = defineMiddleware(async (context, next) => {
### 下一步

- [Better Auth Astro 指南](https://www.better-auth.com/docs/integrations/astro)
- [Better Auth Astro 示例](https://github.com/better-auth/better-auth/tree/main/examples/astro-example)
- [Better Auth Astro 示例](https://github.com/better-auth/examples/tree/main/astro-example)
- [Better Auth 文档](https://www.better-auth.com/docs)
- [Better Auth 的 GitHub 仓库](https://github.com/better-auth/better-auth)

Expand Down
Loading