Skip to content

Commit 8d31bbd

Browse files
committed
try to please the tokenizer but i do not think it is working
1 parent 849e178 commit 8d31bbd

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

app/pages/blog/alpha-release.md

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -115,51 +115,51 @@ And thank you: thank you to every single human who has contributed to npmx so fa
115115

116116
<BlogPostFederatedArticles
117117
headline="Read more from the community"
118-
:articles="[
118+
:articles='[
119119
{
120-
url: 'https://whitep4nth3r.com/blog/how-to-make-your-first-open-source-contribution/',
121-
authorHandle: 'whitep4nth3r.com',
120+
url: "https://whitep4nth3r.com/blog/how-to-make-your-first-open-source-contribution/",
121+
authorHandle: "whitep4nth3r.com",
122122
description: "Getting involved in open source doesn't have to be scary! Understand how to find a great project and make your first contribution in this guide from Salma."
123123
},
124124
{
125-
url: 'https://graphieros.github.io/graphieros-blog/blog/2026/npmx.html',
126-
authorHandle: 'graphieros.com',
127-
description: 'Graphieros explores a minimal npm-based workflow and why it exists.'
125+
url: "https://graphieros.github.io/graphieros-blog/blog/2026/npmx.html",
126+
authorHandle: "graphieros.com",
127+
description: "Graphieros explores a minimal npm-based workflow and why it exists."
128128
},
129129
{
130-
url: 'https://www.alexdln.com/blog/npmx-the-month',
131-
authorHandle: 'alexdln.com',
132-
description: ' Alex reflects on the project, warm stories, wonderful people, and a look into the future',
130+
url: "https://www.alexdln.com/blog/npmx-the-month",
131+
authorHandle: "alexdln.com",
132+
description: "Alex reflects on the project, warm stories, wonderful people, and a look into the future"
133133
},
134134
{
135-
url: 'https://johnnyreilly.com/npmx-with-a-little-help-from-my-friends',
136-
authorHandle: 'johnnyreilly.com',
137-
description: "How to contribute to npmx.dev, and thoughts on Johnny's experience with the project.",
135+
url: "https://johnnyreilly.com/npmx-with-a-little-help-from-my-friends",
136+
authorHandle: "johnnyreilly.com",
137+
description: "How to contribute to npmx.dev, and thoughts on Johnny's experience with the project."
138138
},
139139
{
140-
url: 'https://blog.trueberryless.org/blog/npmx/',
141-
authorHandle: 'trueberryless.org',
142-
description: 'Telling the story of a newly founded community.',
140+
url: "https://blog.trueberryless.org/blog/npmx/",
141+
authorHandle: "trueberryless.org",
142+
description: "Telling the story of a newly founded community."
143143
},
144144
{
145-
url: 'https://www.sybers.fr/blog/3mfhn5xoawz24',
146-
authorHandle: 'sybers.fr',
147-
description: "The best open source projects aren't just about great code. They're about the people behind them.",
145+
url: "https://www.sybers.fr/blog/3mfhn5xoawz24",
146+
authorHandle: "sybers.fr",
147+
description: "The best open source projects aren't just about great code. They're about the people behind them."
148148
},
149149
{
150-
url: 'https://storybook.js.org/blog/storybook-npmx',
151-
authorHandle: 'storybook.js.org',
150+
url: "https://storybook.js.org/blog/storybook-npmx",
151+
authorHandle: "storybook.js.org",
152152
description: "We're huge fans of what the npmx community is building. Today's alpha is just the starting line, and we're proud to be running alongside them."
153153
},
154154
{
155-
url: 'https://jensroemer.com/writing/open-source-whats-in-it-for-me/',
156-
authorHandle: 'jensroemer.com',
157-
description: 'Reflections on learning, community, and change.'
155+
url: "https://jensroemer.com/writing/open-source-whats-in-it-for-me/",
156+
authorHandle: "jensroemer.com",
157+
description: "Reflections on learning, community, and change."
158158
},
159159
{
160-
url: 'https://paulie.codes/blog/3mfs2stugzp2v',
161-
authorHandle: 'paulie.codes',
162-
description: 'The most important part of open source is the people, and everyone has something valuable to bring to the table.'
160+
url: "https://paulie.codes/blog/3mfs2stugzp2v",
161+
authorHandle: "paulie.codes",
162+
description: "The most important part of open source is the people, and everyone has something valuable to bring to the table."
163163
}
164-
]"
164+
]'
165165
/>

0 commit comments

Comments
 (0)