From cacd8a8c6d5df512c0a2b00a91ca1b62940641ba Mon Sep 17 00:00:00 2001 From: Xinyu Liu Date: Wed, 11 Oct 2023 01:41:21 -0500 Subject: [PATCH] Update config.md --- docs/reference/config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/config.md b/docs/reference/config.md index 69a5c5ece7..bb2334f2d9 100644 --- a/docs/reference/config.md +++ b/docs/reference/config.md @@ -17,7 +17,7 @@ You will need to set this if you plan to deploy your site under a sub path. It should always start and end with a slash. For example, if you plan to deploy your site to GitHub pages at `https://foo.github.io/bar/`, then you should set `base` to `"/bar/"`. - The `base` is automatically prepended to all the URLs that start with `/` in other options (except attrs of [head](#head)), so you only need to specify it once. + The `base` is automatically prepended to all the URLs that start with `/` in other options (except for attrs of [head](#head)), so you only need to specify it once. Notice that `base` should be an absolute URL pathname starting and ending with `/` .