Refine SEO, uploads, and deploy handling
This commit is contained in:
@@ -54,11 +54,11 @@ final class NewsLaunchSeeder extends Seeder
|
||||
$articles = [
|
||||
[
|
||||
'slug' => 'welcome-to-skinbase-nova',
|
||||
'title' => 'Welcome to Skinbase Nova',
|
||||
'title' => 'Welcome to Skinbase',
|
||||
'type' => NewsArticle::TYPE_PLATFORM_UPDATE,
|
||||
'category' => $categories['platform'],
|
||||
'excerpt' => 'A first look at the refreshed Skinbase experience and the editorial direction behind Nova.',
|
||||
'content' => "# Welcome to Skinbase Nova\n\nSkinbase Nova brings publishing, discovery, Groups, and editorial storytelling into a single platform experience.\n\n## What is new\n\n- a dedicated newsroom\n- stronger creator identity surfaces\n- deeper internal linking across Groups, releases, and profiles\n- cleaner editorial publishing tools inside Studio\n\nNova is designed to feel active, curated, and connected to the people making the work.",
|
||||
'content' => "# Welcome to Skinbase\n\nSkinbase brings publishing, discovery, Groups, and editorial storytelling into a single platform experience.\n\n## What is new\n\n- a dedicated newsroom\n- stronger creator identity surfaces\n- deeper internal linking across Groups, releases, and profiles\n- cleaner editorial publishing tools inside Studio\n\nNova is designed to feel active, curated, and connected to the people making the work.",
|
||||
'tags' => [$tags['nova'], $tags['platform-update']],
|
||||
'days_ago' => 10,
|
||||
'featured' => true,
|
||||
|
||||
Reference in New Issue
Block a user