From 89155e0b0bde05478be7979b7239ef5452ef2ee7 Mon Sep 17 00:00:00 2001 From: Robert McRackan Date: Sat, 25 Jul 2026 11:38:41 -0400 Subject: [PATCH] don't live-link localhost --- docs/development/website.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/website.md b/docs/development/website.md index 9739276a..31ad555a 100644 --- a/docs/development/website.md +++ b/docs/development/website.md @@ -26,7 +26,7 @@ npm install npm run docs:dev ``` -Then open [http://localhost:5173](http://localhost:5173) in your browser. The server reloads when you edit markdown or theme files. +Then open `http://localhost:5173` in your browser. The server reloads when you edit markdown or theme files. Stop it with `Ctrl+C` in that terminal.