From 18b3da24eed524565d4eaf06398df4063b175a50 Mon Sep 17 00:00:00 2001 From: Ash Go <105261105+ashgo-x@users.noreply.github.com> Date: Tue, 24 May 2022 19:45:43 +0800 Subject: [PATCH 1/2] docs: translation --- config/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/index.md b/config/index.md index e3269d4e..c788c60c 100644 --- a/config/index.md +++ b/config/index.md @@ -138,7 +138,7 @@ export default defineConfig(({ command, mode }) => { - 绝对 URL 路径名,例如 `/foo/` - 完整的 URL,例如 `https://foo.com/` - - 空字符串或 `./`(用于开发环境) + - 空字符串或 `./`(用于嵌入式部署) 更多信息详见 [公共基础路径](/guide/build#public-base-path)。 From f49f0efeebc52a87f6025fb8d32bf88e14d09af0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=88=E9=9D=92=E5=B7=9D?= <46062972+ShenQingchuan@users.noreply.github.com> Date: Wed, 25 May 2022 10:23:10 +0800 Subject: [PATCH 2/2] Update config/index.md --- config/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/index.md b/config/index.md index c788c60c..1c2a9859 100644 --- a/config/index.md +++ b/config/index.md @@ -138,7 +138,7 @@ export default defineConfig(({ command, mode }) => { - 绝对 URL 路径名,例如 `/foo/` - 完整的 URL,例如 `https://foo.com/` - - 空字符串或 `./`(用于嵌入式部署) + - 空字符串或 `./`(用于嵌入形式的开发) 更多信息详见 [公共基础路径](/guide/build#public-base-path)。