You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/html/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -4,4 +4,4 @@ Zero doesn't just serve HTML as is. URLs to scripts, styles, media, and other HT
4
4
5
5
Zero's HTML bundler is powered by [Parcel](https://parceljs.org/).
6
6
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