Skip to content

Commit

Permalink
refactor: adds centralized author map to streamline resource entries
Browse files Browse the repository at this point in the history
  • Loading branch information
thedanchez committed Oct 15, 2024
1 parent f0c0815 commit 3a74baf
Show file tree
Hide file tree
Showing 2 changed files with 424 additions and 690 deletions.
3 changes: 2 additions & 1 deletion src/pages/Resources/Articles.data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1423,7 +1423,8 @@ const articles: Array<Resource> = [
{
link: 'https://thenewstack.io/how-js-meta-framework-solidstart-became-router-agnostic/',
title: 'How JS Meta-Framework SolidStart Became Router Agnostic',
description: 'SolidStart is a new meta-framework from the SolidJS team that doesn\'t dictate which router developers use. Ryan Carniato explains why.',
description:
"SolidStart is a new meta-framework from the SolidJS team that doesn't dictate which router developers use. Ryan Carniato explains why.",
author: 'Loraine Lawson',
author_url: 'https://thenewstack.io/',
keywords: ['solid', 'solidstart', 'router', 'vinxi', 'tanstack'],
Expand Down
Loading

0 comments on commit 3a74baf

Please sign in to comment.