From a49e7a55ce1e92758fe44a4272298f2df63fb2e1 Mon Sep 17 00:00:00 2001 From: gioboa Date: Wed, 1 Jan 2025 18:58:20 +0100 Subject: [PATCH] fix: fix up articles --- .../(articles)/qwik-and-qwik-city-have-reached-beta/index.mdx | 2 +- packages/docs/src/routes/(blog)/data.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/docs/src/routes/(blog)/blog/(articles)/qwik-and-qwik-city-have-reached-beta/index.mdx b/packages/docs/src/routes/(blog)/blog/(articles)/qwik-and-qwik-city-have-reached-beta/index.mdx index ffdff36d078..aef088fdde3 100644 --- a/packages/docs/src/routes/(blog)/blog/(articles)/qwik-and-qwik-city-have-reached-beta/index.mdx +++ b/packages/docs/src/routes/(blog)/blog/(articles)/qwik-and-qwik-city-have-reached-beta/index.mdx @@ -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. diff --git a/packages/docs/src/routes/(blog)/data.ts b/packages/docs/src/routes/(blog)/data.ts index 76c2c9f86d7..689e2949df2 100644 --- a/packages/docs/src/routes/(blog)/data.ts +++ b/packages/docs/src/routes/(blog)/data.ts @@ -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',