diff --git a/site/content/_index.md b/site/content/_index.md index 7f401d35..721b5be9 100644 --- a/site/content/_index.md +++ b/site/content/_index.md @@ -28,13 +28,13 @@ Trunk uses a source HTML file to drive all asset building and bundling. Trunk al ```html - + ``` -The `index.scss` file may be empty but must exist. +The `index.scss` file referenced above may be empty but must exist next to `index.html`. `trunk build` will produce the following HTML at `dist/index.html`, along with the compiled scss, WASM & the JS loader for the WASM: