Skip to content

Commit bc3e7f7

Browse files
sarah11918delucisanaxite
authored
[i18nIgnore] Fix broken links after renaming google-firebase (#12832)
Co-authored-by: Chris Swithinbank <[email protected]> Co-authored-by: anaxite <[email protected]>
1 parent 19c3d07 commit bc3e7f7

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ concurrency:
1212
cancel-in-progress: true
1313

1414
env:
15-
NODE_OPTIONS: "--max_old_space_size=8192"
15+
NODE_OPTIONS: "--max_old_space_size=16384"
1616

1717
jobs:
1818
astrocheck:

src/content/docs/de/guides/deploy/firebase.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import PackageManagerTabs from '~/components/tabs/PackageManagerTabs.astro';
1414

1515
[Firebase Hosting](https://firebase.google.com/products/hosting) ist ein Dienst der App-Entwicklungsplattform [Firebase](https://firebase.google.com/) von Google, der für die Veröffentlichung einer Astro-Website genutzt werden kann.
1616

17-
Siehe unseren separaten Leitfaden zum [Hinzufügen von Firebase-Backend-Diensten](/de/guides/backend/google-firebase/) wie Datenbanken, Authentifizierung und Speicher.
17+
Siehe unseren separaten Leitfaden zum [Hinzufügen von Firebase-Backend-Diensten](/de/guides/backend/firebase/) wie Datenbanken, Authentifizierung und Speicher.
1818

1919
## Projektkonfiguration
2020

src/content/docs/en/guides/authentication.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Authentication allows you to customize areas of your site for logged-in individu
1717
There is no official authentication solution for Astro, but you can find [community "auth" integrations](https://astro.build/integrations/?search=auth) in the integrations directory.
1818
:::
1919

20-
<ReadMore>See how to [add authentication with Supabase](/en/guides/backend/supabase/#adding-authentication-with-supabase) or [add authentication with Firebase](/en/guides/backend/google-firebase/#adding-authentication-with-firebase) in our dedicated guides for these backend services.</ReadMore>
20+
<ReadMore>See how to [add authentication with Supabase](/en/guides/backend/supabase/#adding-authentication-with-supabase) or [add authentication with Firebase](/en/guides/backend/firebase/#adding-authentication-with-firebase) in our dedicated guides for these backend services.</ReadMore>
2121

2222
## Better Auth
2323

src/content/docs/en/guides/deploy/firebase.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import PackageManagerTabs from '~/components/tabs/PackageManagerTabs.astro';
1313

1414
[Firebase Hosting](https://firebase.google.com/products/hosting) is a service provided by Google’s [Firebase](https://firebase.google.com/) app development platform, which can be used to deploy an Astro site.
1515

16-
See our separate guide for [adding Firebase backend services](/en/guides/backend/google-firebase/) such as databases, authentication, and storage.
16+
See our separate guide for [adding Firebase backend services](/en/guides/backend/firebase/) such as databases, authentication, and storage.
1717

1818
## Project Configuration
1919

src/content/docs/es/guides/authentication.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ La autenticación te permite personalizar áreas de tu sitio para personas que h
1717
No hay una solución oficial de autenticación para Astro, pero puedes encontrar [integraciones de "auth" de la comunidad](https://astro.build/integrations/?search=auth) en el directorio de integraciones.
1818
:::
1919

20-
<ReadMore>Consulta como [agregar autenticación con Supabase](/es/guides/backend/supabase/#agregar-autenticación-con-supabase) o [agregar autenticación con Firebase](/es/guides/backend/google-firebase/#agregando-autenticación-con-firebase) en nuestras guías dedicadas para estos servicios de backend.</ReadMore>
20+
<ReadMore>Consulta como [agregar autenticación con Supabase](/es/guides/backend/supabase/#agregar-autenticación-con-supabase) o [agregar autenticación con Firebase](/es/guides/backend/firebase/#agregando-autenticación-con-firebase) en nuestras guías dedicadas para estos servicios de backend.</ReadMore>
2121

2222
## Auth.js
2323

src/content/docs/fr/guides/authentication.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ L'authentification vous permet de personnaliser les zones de votre site pour les
1717
Il n'y a pas de solution d'authentification officielle pour Astro, mais vous pouvez trouver [dans les intégrations de la communauté en recherchant « auth »](https://astro.build/integrations/?search=auth).
1818
:::
1919

20-
<ReadMore>Voir comment [ajouter une authentification avec Supabase](/fr/guides/backend/supabase/#ajouter-les-informations-didentification-de-supabase) ou [ajouter une authentification avec Firebase](/fr/guides/backend/google-firebase/#ajouter-lauthentification-avec-firebase) dans nos guides dédiés à ces services backend.</ReadMore>
20+
<ReadMore>Voir comment [ajouter une authentification avec Supabase](/fr/guides/backend/supabase/#ajouter-les-informations-didentification-de-supabase) ou [ajouter une authentification avec Firebase](/fr/guides/backend/firebase/#ajouter-lauthentification-avec-firebase) dans nos guides dédiés à ces services backend.</ReadMore>
2121

2222
## Better Auth
2323

src/content/docs/fr/guides/deploy/firebase.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import PackageManagerTabs from '~/components/tabs/PackageManagerTabs.astro'
1313

1414
[Firebase Hosting](https://firebase.google.com/products/hosting) est un service fourni par la plateforme de développement d'applications [Firebase](https://firebase.google.com/) de Google, qui peut être utilisé pour déployer un site Astro.
1515

16-
Voir notre guide séparé pour [ajouter des services backend Firebase](/fr/guides/backend/google-firebase/) tels que les bases de données, l'authentification et le stockage.
16+
Voir notre guide séparé pour [ajouter des services backend Firebase](/fr/guides/backend/firebase/) tels que les bases de données, l'authentification et le stockage.
1717

1818
## Configuration du projet
1919

src/content/docs/ko/guides/authentication.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import ReadMore from '~/components/ReadMore.astro'
1717
Astro에 대한 공식 인증 솔루션은 없지만 통합 디렉터리에서 [커뮤니티 "인증" 통합](https://astro.build/integrations/?search=auth)을 찾을 수 있습니다.
1818
:::
1919

20-
<ReadMore>이러한 백엔드 서비스에 대한 전용 가이드에서 [Supabase로 인증을 추가](/ko/guides/backend/supabase/#supabase로-인증-추가)하거나 [Firebase로 인증을 추가](/ko/guides/backend/google-firebase/#firebase로-인증-추가)하는 방법을 알아보세요.</ReadMore>
20+
<ReadMore>이러한 백엔드 서비스에 대한 전용 가이드에서 [Supabase로 인증을 추가](/ko/guides/backend/supabase/#supabase로-인증-추가)하거나 [Firebase로 인증을 추가](/ko/guides/backend/firebase/#firebase로-인증-추가)하는 방법을 알아보세요.</ReadMore>
2121

2222
## Better Auth
2323

src/content/docs/ko/guides/deploy/firebase.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import PackageManagerTabs from '~/components/tabs/PackageManagerTabs.astro';
1313

1414
[Firebase Hosting](https://firebase.google.com/products/hosting)은 Google의 [Firebase](https://firebase.google.com/) 앱 개발 플랫폼에서 제공하는 서비스로, Astro 사이트 배포에 사용할 수 있습니다.
1515

16-
데이터베이스, 인증, 저장소 등 [Firebase 백엔드 서비스 추가](/ko/guides/backend/google-firebase/)에 대한 별도의 안내서를 참조하세요.
16+
데이터베이스, 인증, 저장소 등 [Firebase 백엔드 서비스 추가](/ko/guides/backend/firebase/)에 대한 별도의 안내서를 참조하세요.
1717

1818
## 프로젝트 구성
1919

src/content/docs/zh-cn/guides/authentication.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import ReadMore from '~/components/ReadMore.astro'
1717
Astro 没有官方的认证解决方案,但你可以在集成目录中找到 [社区的“auth”集成](https://astro.build/integrations/?search=auth)
1818
:::
1919

20-
<ReadMore>查看我们的专门指南,了解如何 [使用 Supabase 添加认证](/zh-cn/guides/backend/supabase/#使用-supabase-添加身份验证)[使用 Firebase 添加认证](/zh-cn/guides/backend/google-firebase/#使用-firebase-添加身份验证),以获取这些后端服务的详细信息。</ReadMore>
20+
<ReadMore>查看我们的专门指南,了解如何 [使用 Supabase 添加认证](/zh-cn/guides/backend/supabase/#使用-supabase-添加身份验证)[使用 Firebase 添加认证](/zh-cn/guides/backend/firebase/#使用-firebase-添加身份验证),以获取这些后端服务的详细信息。</ReadMore>
2121

2222
## Better Auth
2323

0 commit comments

Comments
 (0)