From 6d8b8decca60782284f79f7f053150d1e14ad0c1 Mon Sep 17 00:00:00 2001 From: Shinya Fujino Date: Mon, 2 Feb 2026 10:19:43 +0900 Subject: [PATCH] 71de23ab285806bcd3cd0d3b88889fcb7ee2892d --- .../ja/reference/errors/no-prerendered-routes-with-domains.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/ja/reference/errors/no-prerendered-routes-with-domains.mdx b/src/content/docs/ja/reference/errors/no-prerendered-routes-with-domains.mdx index 2470fcfe6da21..33990ff3c6e05 100644 --- a/src/content/docs/ja/reference/errors/no-prerendered-routes-with-domains.mdx +++ b/src/content/docs/ja/reference/errors/no-prerendered-routes-with-domains.mdx @@ -4,7 +4,7 @@ i18nReady: true githubURL: https://github.com/withastro/astro/blob/main/packages/astro/src/core/errors/errors-data.ts --- -> **NoPrerenderedRoutesWithDomains**: 静的ページは、複数ドメインではまだサポートされていません。この機能を有効にしたい場合は、ページ「コンポーネント」に対するプリレンダリングを無効化する必要があります +> **NoPrerenderedRoutesWithDomains**: 静的ページは、複数ドメインではまだサポートされていません。この機能を有効にするには、ページ「コンポーネント」に対するプリレンダリングを無効化する必要があります ## 何が問題か?