* fix: app fetch * fix: webp default images * fix: lint issues * feat: remove default thumbnail from app assets * fix: webp paths * fix: use ` instead of "/' * fix: use AutoLink * Fix featured article link + changelog page --------- Co-authored-by: Prospector <prospectordev@gmail.com>
12 lines
511 B
TypeScript
12 lines
511 B
TypeScript
// AUTO-GENERATED FILE - DO NOT EDIT
|
|
export const article = {
|
|
html: () => import(`./becoming_sustainable.content`).then((m) => m.html),
|
|
title: 'Quintupling Creator Revenue and Becoming Sustainable',
|
|
summary: 'Announcing an update to our monetization program, creator split, and more!',
|
|
date: '2024-09-13T20:00:00.000Z',
|
|
slug: 'becoming-sustainable',
|
|
thumbnail: true,
|
|
short_title: 'Becoming Sustainable',
|
|
short_summary: 'Announcing 5x creator revenue and updates to the monetization program.',
|
|
}
|