summaryrefslogtreecommitdiffstats
path: root/docs/content/en/content-management/static-files.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/content-management/static-files.md')
-rw-r--r--docs/content/en/content-management/static-files.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/en/content-management/static-files.md b/docs/content/en/content-management/static-files.md
index 8967f5983..e42ee9088 100644
--- a/docs/content/en/content-management/static-files.md
+++ b/docs/content/en/content-management/static-files.md
@@ -14,7 +14,7 @@ toc: true
---
By default, the `static/` directory in the site project is used for
-all **static files** (e.g. stylesheets, JavaScript, images).
+all **static files** (e.g. stylesheets, JavaScript, images). The static files are served on the site root path (eg. if you have the file `static/image.png` you can access it using `http://{server-url}/image.png`, to include it in a document you can use `![Example image](/image.png) )`.
Hugo can be configured to look into a different directory, or even
**multiple directories** for such static files by configuring the