Skip to content

Commit b7e5151

Browse files
committed
refactor: adds centralized author map to streamline resource entries
1 parent f0c0815 commit b7e5151

File tree

2 files changed

+337
-538
lines changed

2 files changed

+337
-538
lines changed

src/pages/Resources/Articles.data.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -1423,7 +1423,8 @@ const articles: Array<Resource> = [
14231423
{
14241424
link: 'https://thenewstack.io/how-js-meta-framework-solidstart-became-router-agnostic/',
14251425
title: 'How JS Meta-Framework SolidStart Became Router Agnostic',
1426-
description: 'SolidStart is a new meta-framework from the SolidJS team that doesn\'t dictate which router developers use. Ryan Carniato explains why.',
1426+
description:
1427+
"SolidStart is a new meta-framework from the SolidJS team that doesn't dictate which router developers use. Ryan Carniato explains why.",
14271428
author: 'Loraine Lawson',
14281429
author_url: 'https://thenewstack.io/',
14291430
keywords: ['solid', 'solidstart', 'router', 'vinxi', 'tanstack'],

0 commit comments

Comments
 (0)