From 805e4bb20ce9cf0d5ff406aa44a16805b0bd642c Mon Sep 17 00:00:00 2001 From: Tim Neutkens Date: Thu, 9 Jan 2020 12:37:53 +0100 Subject: [PATCH] Update static-file-serving.md --- 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 5b12ea4202d2155..6f58b8b034a2b20 100644 --- a/docs/basic-features/static-file-serving.md +++ b/docs/basic-features/static-file-serving.md @@ -18,4 +18,4 @@ export default MyImage > Don't name the `public` directory anything else. The name can't be changed and is the only directory that **Next.js** uses to serve static assets. -> If you ever add a static asset that conflicts with the name of a `page`, the public file will be ignored in favor of the `page`. +> If you ever add a static asset that conflicts with the name of a page in the `pages` directory, the public file will be ignored in favor of the file in `pages`.