Skip to content

Commit

Permalink
fix: fix up articles
Browse files Browse the repository at this point in the history
  • Loading branch information
gioboa committed Jan 1, 2025
1 parent 006497f commit a49e7a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ After 1.0, we have exciting plans to attack areas that don't have good performan

Builder.io prides itself on building open-source technologies to solve today's web problems.

- [**Partytown**](https://partytown.builder.io/): Third-party scripts are often the source of slow site startup, executing eagerly and creating contention for the main thread. Partytown is a way to offload third-party scripts from your main thread to a web worker, leaving the main thread free to focus on user interactions. Integration of partytown often results in significant PageSpeed score improvement!
- [**Partytown**](https://partytown.qwik.dev/): Third-party scripts are often the source of slow site startup, executing eagerly and creating contention for the main thread. Partytown is a way to offload third-party scripts from your main thread to a web worker, leaving the main thread free to focus on user interactions. Integration of partytown often results in significant PageSpeed score improvement!
- [**Builder.io Qwik SDK**](https://www.builder.io/c/docs/getting-started): Now you can integrate Qwik City sites with [Builder.io Visual CMS](https://www.builder.io/visual-development-platform) and give business team members a Visual Editor to create, edit, and personalize content quickly using your Qwik components. Business teams get the freedom to make changes, and engineers retain control of the site or app without having to be involved in each change.
- [**Mitosis**](https://mitosis.builder.io/): Write code once in Mitosis, and generate canonical output for all of today's popular frameworks. Allows your team to write code once and support many different outputs. Especially useful for creating design systems consistent across an organization where different teams use different tech stacks.

Expand Down
2 changes: 1 addition & 1 deletion packages/docs/src/routes/(blog)/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ export const blogArticles: BlogArticle[] = [
'https://cdn.builder.io/api/v1/image/assets%2FYJIGb4i01jvw0SRdL5Bt%2F5f8db18f68c74f6f9919f3877b6246b4',
path: '/blog/qwik-and-qwik-city-have-reached-beta/',
tags: ['Web Development'],
readingTime: 5,
readingTime: 3,
},
{
title: 'Introducing Qwik starters - get up and running with Qwik now',
Expand Down

0 comments on commit a49e7a5

Please sign in to comment.