From f5c6a40ab9b4360f80d1771022b915933639eb1f Mon Sep 17 00:00:00 2001 From: Rafael Yasuhide Sudo Date: Tue, 5 May 2026 19:02:56 +0900 Subject: [PATCH] Add `build.assetsPrefix` to configuration reference --- src/content/docs/en/reference/modules/astro-config.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/content/docs/en/reference/modules/astro-config.mdx b/src/content/docs/en/reference/modules/astro-config.mdx index d6a6d0a39bb39..59d987b3f4735 100644 --- a/src/content/docs/en/reference/modules/astro-config.mdx +++ b/src/content/docs/en/reference/modules/astro-config.mdx @@ -119,6 +119,7 @@ See more about the configuration imports available from `astro:config/server`: - [`build.format`](/en/reference/configuration-reference/#buildformat) - [`build.client`](/en/reference/configuration-reference/#buildclient) - [`build.server`](/en/reference/configuration-reference/#buildserver) +- [`build.assetsPrefix`](/en/reference/configuration-reference/#buildassetsprefix) - [`site`](/en/reference/configuration-reference/#site) - [`srcDir`](/en/reference/configuration-reference/#srcdir) - [`cacheDir`](/en/reference/configuration-reference/#cachedir)