From 47209e095a4cebe428144c4c11aa29ab5dda3853 Mon Sep 17 00:00:00 2001 From: Lee Robinson Date: Thu, 1 Oct 2020 15:50:59 -0500 Subject: [PATCH] Mention favicon.ico in static file serving docs. --- docs/basic-features/static-file-serving.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/basic-features/static-file-serving.md b/docs/basic-features/static-file-serving.md index 25cac8b8aa9e8..f7c52e48fa951 100644 --- a/docs/basic-features/static-file-serving.md +++ b/docs/basic-features/static-file-serving.md @@ -16,7 +16,7 @@ function MyImage() { export default MyImage ``` -This folder is also useful for `robots.txt`, Google Site Verification, and any other static files (including `.html`)! +This folder is also useful for `robots.txt`, `favicon.ico`, Google Site Verification, and any other static files (including `.html`)! > **Note**: Don't name the `public` directory anything else. The name cannot be changed and is the only directory used to serve static assets.