Skip to content

Commit 0440a35

Browse files
author
Asad Memon
committed
code split comment in html doc
1 parent 40a131b commit 0440a35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/html/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ Zero doesn't just serve HTML as is. URLs to scripts, styles, media, and other HT
44

55
Zero's HTML bundler is powered by [Parcel](https://parceljs.org/).
66

7-
**Note:** When linking to other HTML pages, do not put `.html` at the end ie. Use `<a href="/about">` instead of `<a href="/about.html">`.
7+
**Note:** When linking to other HTML pages, do not put `.html` at the end ie. Use `<a href="/about">` instead of `<a href="/about.html">`. This tells underlying Parcel builder to _code split_ correctly and not bundle `about.html` with this page.

0 commit comments

Comments
 (0)