Refine SEO, uploads, and deploy handling

This commit is contained in:
2026-05-02 10:48:08 +02:00
parent b6be6ed2ac
commit a9dfa6ea11
97 changed files with 373 additions and 327 deletions

View File

@@ -88,7 +88,7 @@ afterEach(function (): void {
function announcementPayload(array $overrides = []): array
{
return array_merge([
'title' => 'Skinbase Nova is live.',
'title' => 'Skinbase is live.',
'subtitle' => 'A new chapter for the Skinbase creative community.',
'badge_text' => 'Launch Day · 1 May 2026',
'content_html' => '<p><strong>Today, 1 May 2026, Skinbase begins a new chapter.</strong></p>',
@@ -196,7 +196,7 @@ it('homepage payload includes the announcement prop', function (): void {
'announcement' => [
'id' => 42,
'dismiss_version' => 1,
'title' => 'Skinbase Nova is live.',
'title' => 'Skinbase is live.',
'subtitle' => 'A new chapter.',
'badge_text' => 'Launch',
'content_html' => '<p>Hello</p>',