Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update using-the-public-folder.md
  • Loading branch information
mariangavrieldinca-eng authored Sep 20, 2025
commit 573c51c7faf60b4d4d6551645f9c39c09d6c216c
2 changes: 1 addition & 1 deletion docusaurus/docs/using-the-public-folder.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ For example, see the sections on [adding a stylesheet](adding-a-stylesheet.md) a
This mechanism provides a number of benefits:

- Scripts and stylesheets get minified and bundled together to avoid extra network requests.
- Missing files cause compilation errors instead of 404 errors for your users.
- Missing files cause compilation errors instead of
- Result filenames include content hashes so you don’t need to worry about browsers caching their old versions.

However there is an **escape hatch** that you can use to add an asset outside of the module system.
Expand Down