Refine SEO, uploads, and deploy handling
This commit is contained in:
@@ -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>',
|
||||
|
||||
Reference in New Issue
Block a user