From 9a490f129a66110b66cea9315a72ff20b76154dc Mon Sep 17 00:00:00 2001 From: Kjell Tore Guttormsen Date: Sun, 15 Mar 2026 16:22:51 +0100 Subject: [PATCH] fix: host examples on thedharmalab.com for proper rendering Forgejo serves raw files as text/plain. Examples are now hosted at thedharmalab.com/examples/todo-app/ so browsers render the HTML correctly. Co-Authored-By: Claude Opus 4.6 (1M context) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5fc04e2..8190cd2 100644 --- a/README.md +++ b/README.md @@ -132,8 +132,8 @@ Read more: [Your First Hour with Claude Code](https://thedharmalab.com) (article The `examples/` folder contains what Claude Code typically produces: -- [index.html](https://git.thedharmalab.com/ktg/claude-code-first-project/raw/branch/main/examples/index.html) - After prompt 01 (base todo app) -- [index-v2.html](https://git.thedharmalab.com/ktg/claude-code-first-project/raw/branch/main/examples/index-v2.html) - After prompts 02 + 03 (categories + search) +- [index.html](https://thedharmalab.com/examples/todo-app/index.html) - After prompt 01 (base todo app) +- [index-v2.html](https://thedharmalab.com/examples/todo-app/index-v2.html) - After prompts 02 + 03 (categories + search) Your results will look different. Claude Code generates fresh code each time. The functionality will be the same, but the exact styling and structure will vary.