From ffe49db4d5f3cf72e2da4ed0ba56716b2c149e7d Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 7 Jul 2026 01:38:37 +0000 Subject: [PATCH] fix(blog): use root-relative paths for mascot images Parent-relative paths (../../assets/blog/...) only resolved correctly on the post's own page. The blog plugin re-renders the full post body on the category and archive listing pages, which sit one directory level deeper, so the same relative path pointed at the wrong location and 404'd there. Root-relative paths resolve correctly regardless of what page depth the content is embedded at. --- docs/blog/posts/local-llm-fast-enough.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/blog/posts/local-llm-fast-enough.md b/docs/blog/posts/local-llm-fast-enough.md index 07c962e9..f5da2215 100644 --- a/docs/blog/posts/local-llm-fast-enough.md +++ b/docs/blog/posts/local-llm-fast-enough.md @@ -40,7 +40,7 @@ image: assets/blog/chart-speed.png transform: scale(1.06); } -Squish, the mascot +Squish, the mascot *This requires Apple Silicon (M-series) and macOS 13 (Ventura) or later. If you're on Intel, Linux, or Windows, the numbers in this article will not apply to your hardware.* @@ -635,7 +635,7 @@ The Qwen models I tested could handle INT3, in some cases marginally beating INT transform: scale(1.06); } -Squish, celebrating +Squish, celebrating There are many ways to use Squish, but at its most basic level it serves an OpenAI API on a local port (11435). I built it as a drop-in replacement for Ollama and for any application that speaks the OpenAI API endpoint spec. @@ -729,7 +729,7 @@ I built Squish because I was tired of waiting. It keeps the model loaded, the ca transform: scale(1.06); } -Squish, taking off +Squish, taking off I've run and tested Squish on one machine, an M3 MacBook Pro with 16 GB of RAM. Every number in this article reflects that same laptop. I have no idea what Squish looks like on a Mac Studio with 128 GB, or what happens when you point it at a 70B model instead of a 7B one, and I'd like to find out. @@ -767,7 +767,7 @@ Open an issue or a PR on GitHub, whichever of these you want to take on. I built transform: scale(1.06); } -Squish, building Squish +Squish, building Squish Every issue filed, PR opened, and benchmark reproduced is one more data point Squish didn't have before. Thanks for reading this far, now go break something.