From 822710135a72598aeb331c57266450139e0e1ee4 Mon Sep 17 00:00:00 2001 From: wuyangfan <1102042793@qq.com> Date: Sun, 17 May 2026 14:30:03 +0800 Subject: [PATCH] docs: fix getting started scss path --- site/content/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: