From b7eefabc3a7404464e08f1fdbad0eb31b6ab827e Mon Sep 17 00:00:00 2001 From: everdimension Date: Tue, 22 Oct 2024 18:00:47 +0300 Subject: [PATCH] reword --- docs/en/reference/site-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/reference/site-config.md b/docs/en/reference/site-config.md index 161f2598..fd7a0939 100644 --- a/docs/en/reference/site-config.md +++ b/docs/en/reference/site-config.md @@ -229,7 +229,7 @@ export default { */ ``` -If you're using [base](./site-config#base), the file will be built to `/your-base-url/favicon.ico`, but the rendered link tag will still point to `/favicon.icon`. +If you're using [base](./site-config#base), the file will be available at `/your-base-url/favicon.ico`, but the rendered link tag will still point to `/favicon.icon`. Currently, you have to handle this manually. Your site config needs to explicitly specify the base url: ```ts