From 69df24ec134e66278ee2e65eecd5b431d917e20e Mon Sep 17 00:00:00 2001 From: JingWen Fan <106414602+study8677@users.noreply.github.com> Date: Fri, 22 May 2026 12:43:02 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20stop=20blanking=20public=20pages=20?= =?UTF-8?q?=E2=80=94=20anchor=20static-copy=20regex=20to=20real=20
?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit _replace_static_site_copy matched `
.*?
`, but that bare tag first appears as literal text *inside the head comment* that documents the static-copy mechanism. With DOTALL the match ran from the comment to the real
, swallowing the comment's closing `-->`, the module