Skip to content

Commit

Permalink
Update static-file-serving.md
Browse files Browse the repository at this point in the history
  • Loading branch information
timneutkens committed Jan 9, 2020
1 parent 5fafd1a commit 805e4bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/basic-features/static-file-serving.md
Expand Up @@ -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`.

0 comments on commit 805e4bb

Please sign in to comment.