Files
rose-ash/blog/bp
giles baf9f1468d
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 2m13s
Fix services.get() → services.blog_page attribute access
The service registry uses __getattr__, so .get() is interpreted
as looking up a service named "get". Use attribute access instead.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-04 09:57:04 +00:00
..