From d501e0ae32a21fb30b290fe0d6d3313aff3182ce Mon Sep 17 00:00:00 2001 From: Alex Dunmow Date: Sun, 5 Jul 2026 20:50:30 +0800 Subject: [PATCH] chore: rename dev host localdev.blockninjacms.com -> blockninja.dev --- BUILD_REPORT.md | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/BUILD_REPORT.md b/BUILD_REPORT.md index 5876849..2e2bed4 100644 --- a/BUILD_REPORT.md +++ b/BUILD_REPORT.md @@ -217,7 +217,7 @@ Other invariants verified by inspection: local-only build) produces the `.so`. - **Live container UAT (UAT ยงยง5.7-5.8, 6, 7, 13.1-13.15 runtime).** Those checks require running the theme against - `https://terminal.localdev.blockninjacms.com/` and inspecting computed + `https://terminal.blockninja.dev/` and inspecting computed styles via headless Chrome / pa11y. Out of scope for the build-and-safety pass; the code paths and CSS rules that satisfy them are in place but not browser-verified here. diff --git a/Makefile b/Makefile index 3142e9c..502f4e1 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ archive-check: echo "archive-check OK" # Publish the prebuilt .bnp to the active registry. -# Pass --host https://my.localdev.blockninjacms.com for the dev orchestrator. +# Pass --host https://my.blockninja.dev for the dev orchestrator. publish: build $(NINJA) plugin publish --bnp $(BNP)