diff --git a/docs/blog/2021-06-15-distributing-ci-binning-and-distributed-task-execution.md b/docs/blog/2021-06-15-distributing-ci-binning-and-distributed-task-execution.md index 69aea5c420..e2d880ab22 100644 --- a/docs/blog/2021-06-15-distributing-ci-binning-and-distributed-task-execution.md +++ b/docs/blog/2021-06-15-distributing-ci-binning-and-distributed-task-execution.md @@ -2,7 +2,7 @@ title: 'Distributing CI: Binning and Distributed Task Execution' slug: 'distributing-ci-binning-and-distributed-task-execution' authors: ['Victor Savkin'] -cover_image: '/blog/images/2021-06-15/jFVfKEglfQIM9QsP.png' +cover_image: '/blog/images/2021-06-15/jFVfKEglfQIM9QsP.avif' tags: [nx] description: "Learn how to scale your CI pipeline using two distribution strategies: binning for workload distribution and Nx Cloud's distributed task execution for optimal performance." --- diff --git a/docs/blog/2021-10-14-step-by-step-guide-on-creating-a-monorepo-for-react-native-apps-using-nx.md b/docs/blog/2021-10-14-step-by-step-guide-on-creating-a-monorepo-for-react-native-apps-using-nx.md index afbf7c28be..2b0d848270 100644 --- a/docs/blog/2021-10-14-step-by-step-guide-on-creating-a-monorepo-for-react-native-apps-using-nx.md +++ b/docs/blog/2021-10-14-step-by-step-guide-on-creating-a-monorepo-for-react-native-apps-using-nx.md @@ -2,7 +2,7 @@ title: 'Step by Step Guide on Creating a Monorepo for React Native Apps using Nx' slug: 'step-by-step-guide-on-creating-a-monorepo-for-react-native-apps-using-nx' authors: ['Emily Xiong'] -cover_image: '/blog/images/2021-10-14/92uzyqB8oJ8tZJB9wAdoWQ.png' +cover_image: '/blog/images/2021-10-14/92uzyqB8oJ8tZJB9wAdoWQ.avif' tags: [nx, tutorial] description: Learn how to set up a monorepo with Nx to manage React Native mobile and React web apps with shared libraries, demonstrated through a daily horoscope app example. --- diff --git a/docs/blog/2021-12-17-mastering-the-project-boundaries-in-nx.md b/docs/blog/2021-12-17-mastering-the-project-boundaries-in-nx.md index 693ba417ad..f11b9d9fcb 100644 --- a/docs/blog/2021-12-17-mastering-the-project-boundaries-in-nx.md +++ b/docs/blog/2021-12-17-mastering-the-project-boundaries-in-nx.md @@ -2,7 +2,7 @@ title: 'Taming Code Organization with Module Boundaries in Nx' slug: 'mastering-the-project-boundaries-in-nx' authors: ['Miroslav Jonaš'] -cover_image: '/blog/images/2021-12-17/PIUl1QGk7mOpSFdEwFQ8OA.png' +cover_image: '/blog/images/2021-12-17/PIUl1QGk7mOpSFdEwFQ8OA.avif' tags: [nx] description: Learn how to organize growing Nx repositories using module boundaries and ESLint rules to enforce clean architecture and prevent unwanted dependencies between domains. --- diff --git a/docs/blog/2021-12-23-single-file-monorepo-config-custom-workspace-presets-improved-tailwind-support-and-more-in-nx-13.md b/docs/blog/2021-12-23-single-file-monorepo-config-custom-workspace-presets-improved-tailwind-support-and-more-in-nx-13.md index aea81c928e..4357b6a98c 100644 --- a/docs/blog/2021-12-23-single-file-monorepo-config-custom-workspace-presets-improved-tailwind-support-and-more-in-nx-13.md +++ b/docs/blog/2021-12-23-single-file-monorepo-config-custom-workspace-presets-improved-tailwind-support-and-more-in-nx-13.md @@ -2,7 +2,7 @@ title: 'Single File Monorepo Config, Custom Workspace Presets, Improved Tailwind Support, and more in Nx 13.4!' slug: 'single-file-monorepo-config-custom-workspace-presets-improved-tailwind-support-and-more-in-nx-13' authors: ['Brandon Roberts'] -cover_image: '/blog/images/2021-12-23/4u3Fw49H5U-sqgyBoGsqw.png' +cover_image: '/blog/images/2021-12-23/4u3Fw49H5U-sqgyBoGsqw.avif' tags: [nx, release] description: Nx 13.4 brings single file monorepo configuration, custom workspace presets, enhanced Tailwind support for Angular, and dedicated TypeScript/JavaScript support with @nrwl/js. --- diff --git a/docs/blog/2022-01-25-new-terminal-output-performance-improvements-in-nx-13-5.md b/docs/blog/2022-01-25-new-terminal-output-performance-improvements-in-nx-13-5.md index 54f34bf668..18224e5d99 100644 --- a/docs/blog/2022-01-25-new-terminal-output-performance-improvements-in-nx-13-5.md +++ b/docs/blog/2022-01-25-new-terminal-output-performance-improvements-in-nx-13-5.md @@ -2,7 +2,7 @@ title: 'New Terminal Output & Performance Improvements in Nx 13.5' slug: 'new-terminal-output-performance-improvements-in-nx-13-5' authors: ['Juri Strumpflohner'] -cover_image: '/blog/images/2022-01-25/PIUl1QGk7mOpSFdEwFQ8OA.png' +cover_image: '/blog/images/2022-01-25/PIUl1QGk7mOpSFdEwFQ8OA.avif' tags: [nx] description: Nx 13.5 brings a new dynamic terminal output, 2.3x faster operations, Chrome DevTools profiling support, and improved project graph visualization. --- diff --git a/docs/blog/2022-01-28-set-up-tailwind-css-with-angular-in-an-nx-workspace.md b/docs/blog/2022-01-28-set-up-tailwind-css-with-angular-in-an-nx-workspace.md index c9ef7d6eb9..b7dcc3e9b6 100644 --- a/docs/blog/2022-01-28-set-up-tailwind-css-with-angular-in-an-nx-workspace.md +++ b/docs/blog/2022-01-28-set-up-tailwind-css-with-angular-in-an-nx-workspace.md @@ -2,7 +2,7 @@ title: 'Set up Tailwind CSS with Angular in an Nx workspace' slug: 'set-up-tailwind-css-with-angular-in-an-nx-workspace' authors: ['Leosvel Pérez Espinosa'] -cover_image: '/blog/images/2022-01-28/igoocYqr8gj8n9t8qr5cuA.png' +cover_image: '/blog/images/2022-01-28/igoocYqr8gj8n9t8qr5cuA.avif' tags: [nx] description: Learn how to integrate Tailwind CSS with Angular in an Nx monorepo, including setup, configuration, and best practices for applications and libraries. --- diff --git a/docs/blog/2022-02-01-share-code-between-react-web-react-native-mobile-with-nx.md b/docs/blog/2022-02-01-share-code-between-react-web-react-native-mobile-with-nx.md index 0decd097b3..f4f465c56c 100644 --- a/docs/blog/2022-02-01-share-code-between-react-web-react-native-mobile-with-nx.md +++ b/docs/blog/2022-02-01-share-code-between-react-web-react-native-mobile-with-nx.md @@ -2,7 +2,7 @@ title: 'Share code between React Web & React Native Mobile with Nx' slug: 'share-code-between-react-web-react-native-mobile-with-nx' authors: ['Emily Xiong'] -cover_image: '/blog/images/2022-02-01/lL-fGNaIGYBC_eOBwSvdBw.png' +cover_image: '/blog/images/2022-02-01/lL-fGNaIGYBC_eOBwSvdBw.avif' tags: [nx, tutorial] description: Learn how to create and manage React web and React Native mobile apps in an Nx monorepo, with guidance on sharing code and handling platform differences. --- diff --git a/docs/blog/2022-03-23-introducing-expo-support-for-nx.md b/docs/blog/2022-03-23-introducing-expo-support-for-nx.md index 8c849f38cf..eec5a9403e 100644 --- a/docs/blog/2022-03-23-introducing-expo-support-for-nx.md +++ b/docs/blog/2022-03-23-introducing-expo-support-for-nx.md @@ -2,7 +2,7 @@ title: 'Introducing Expo Support for Nx' slug: 'introducing-expo-support-for-nx' authors: ['Emily Xiong'] -cover_image: '/blog/images/2022-03-23/yYc8g4ifk9RApSjAhQysag.png' +cover_image: '/blog/images/2022-03-23/yYc8g4ifk9RApSjAhQysag.avif' tags: [nx, release] description: Introducing @nrwl/expo for seamless Expo integration in Nx monorepos, with a tutorial on building a poetry app using Expo's development tools. --- diff --git a/docs/blog/2022-03-29-the-react-cli-you-always-wanted-but-didnt-know-about.md b/docs/blog/2022-03-29-the-react-cli-you-always-wanted-but-didnt-know-about.md index 5c7beb2377..4d69690037 100644 --- a/docs/blog/2022-03-29-the-react-cli-you-always-wanted-but-didnt-know-about.md +++ b/docs/blog/2022-03-29-the-react-cli-you-always-wanted-but-didnt-know-about.md @@ -2,7 +2,7 @@ title: "The React CLI you always wanted but didn't know about" slug: 'the-react-cli-you-always-wanted-but-didnt-know-about' authors: ['Juri Strumpflohner'] -cover_image: '/blog/images/2022-03-29/YR6QUEZel3nlNcTo6Pdlwg.png' +cover_image: '/blog/images/2022-03-29/YR6QUEZel3nlNcTo6Pdlwg.avif' tags: [nx] description: Discover Nx as a powerful CLI for React development with built-in project generation, build tools, and pre-configured integrations for modern tooling. --- diff --git a/docs/blog/2022-04-08-what-is-new-in-nx-13-10.md b/docs/blog/2022-04-08-what-is-new-in-nx-13-10.md index 530d9d0e51..bf587c03f3 100644 --- a/docs/blog/2022-04-08-what-is-new-in-nx-13-10.md +++ b/docs/blog/2022-04-08-what-is-new-in-nx-13-10.md @@ -2,7 +2,7 @@ title: 'What is new in Nx 13.10?' slug: 'what-is-new-in-nx-13-10' authors: ['Juri Strumpflohner'] -cover_image: '/blog/images/2022-04-08/PJ3SRAadq0DxGiC9mCIWsA.png' +cover_image: '/blog/images/2022-04-08/PJ3SRAadq0DxGiC9mCIWsA.avif' tags: [nx, release] description: Nx 13.10 brings core package consolidation, Nx Daemon by default, local plugin development, enhanced visualization, new lint rules, and React 18 support. --- diff --git a/docs/blog/2022-04-25-use-storybook-with-nx-react-native.md b/docs/blog/2022-04-25-use-storybook-with-nx-react-native.md index 0ed30b8cb9..b774de0033 100644 --- a/docs/blog/2022-04-25-use-storybook-with-nx-react-native.md +++ b/docs/blog/2022-04-25-use-storybook-with-nx-react-native.md @@ -2,7 +2,7 @@ title: 'Use Storybook with Nx React Native' slug: 'use-storybook-with-nx-react-native' authors: ['Emily Xiong'] -cover_image: '/blog/images/2022-04-25/64nWVfUBihlYTLGWOvnc1g.png' +cover_image: '/blog/images/2022-04-25/64nWVfUBihlYTLGWOvnc1g.avif' tags: [nx, release] description: Learn how to integrate and configure Storybook with Nx React Native apps, including solutions for common navigation and Redux store integration issues. --- diff --git a/docs/blog/2022-05-02-nx-v14-is-out-here-is-all-you-need-to-know.md b/docs/blog/2022-05-02-nx-v14-is-out-here-is-all-you-need-to-know.md index 2bd0976f33..3ffd278018 100644 --- a/docs/blog/2022-05-02-nx-v14-is-out-here-is-all-you-need-to-know.md +++ b/docs/blog/2022-05-02-nx-v14-is-out-here-is-all-you-need-to-know.md @@ -2,7 +2,7 @@ title: 'Nx v14 is out — Here is all you need to know!' slug: 'nx-v14-is-out-here-is-all-you-need-to-know' authors: ['Juri Strumpflohner'] -cover_image: '/blog/images/2022-05-02/UAN1p_RMt38_IvB3CRpYTA.png' +cover_image: '/blog/images/2022-05-02/UAN1p_RMt38_IvB3CRpYTA.avif' tags: [nx, release] description: Nx v14 delivers enhanced performance, simplified core structure, improved terminal output, local plugins, automated CI, module federation, and React 18 support. --- diff --git a/docs/blog/2022-05-11-lerna-is-dead-long-live-lerna.md b/docs/blog/2022-05-11-lerna-is-dead-long-live-lerna.md index e1fa5cdef4..a0c5574221 100644 --- a/docs/blog/2022-05-11-lerna-is-dead-long-live-lerna.md +++ b/docs/blog/2022-05-11-lerna-is-dead-long-live-lerna.md @@ -2,7 +2,7 @@ title: 'Lerna is dead — Long Live Lerna' slug: 'lerna-is-dead-long-live-lerna' authors: ['Juri Strumpflohner'] -cover_image: '/blog/images/2022-05-11/gtsrJ-tMDZf9bvDLVSjQ.png' +cover_image: '/blog/images/2022-05-11/gtsrJ-tMDZf9bvDLVSjQ.avif' tags: [nx] description: Nrwl takes over Lerna.js stewardship, promising continued maintenance, critical updates, and future Nx integration while supporting the existing community. --- diff --git a/docs/blog/2022-05-25-lerna-used-to-walk-now-it-can-fly.md b/docs/blog/2022-05-25-lerna-used-to-walk-now-it-can-fly.md index 0be5de375b..36e4772ed5 100644 --- a/docs/blog/2022-05-25-lerna-used-to-walk-now-it-can-fly.md +++ b/docs/blog/2022-05-25-lerna-used-to-walk-now-it-can-fly.md @@ -2,7 +2,7 @@ title: 'How Lerna just got 10x faster!' slug: 'lerna-used-to-walk-now-it-can-fly' authors: ['Juri Strumpflohner'] -cover_image: '/blog/images/2022-05-25/WPGHapKqT3IguWjeN5UgWg.png' +cover_image: '/blog/images/2022-05-25/WPGHapKqT3IguWjeN5UgWg.avif' tags: [nx] description: Lerna v5.1 introduces the useNx flag for dramatic performance gains, making it 5.3x faster than Turborepo with added caching and task execution features. --- diff --git a/docs/blog/2022-06-09-nx-14-2-angular-v14-storybook-update-lightweight-nx-and-more.md b/docs/blog/2022-06-09-nx-14-2-angular-v14-storybook-update-lightweight-nx-and-more.md index 87a64aa5a6..9bbb2648b5 100644 --- a/docs/blog/2022-06-09-nx-14-2-angular-v14-storybook-update-lightweight-nx-and-more.md +++ b/docs/blog/2022-06-09-nx-14-2-angular-v14-storybook-update-lightweight-nx-and-more.md @@ -2,7 +2,7 @@ title: 'Nx 14.2 — Angular v14, Storybook update, lightweight Nx and more!' slug: 'nx-14-2-angular-v14-storybook-update-lightweight-nx-and-more' authors: ['Juri Strumpflohner'] -cover_image: '/blog/images/2022-06-09/uScdSDGP4NgCKFrPdznbhw.png' +cover_image: '/blog/images/2022-06-09/uScdSDGP4NgCKFrPdznbhw.avif' tags: [nx, release] description: Nx 14.2 brings Angular v14 support, Storybook 6.5, improved Angular CLI migrations, optional nx.json configuration, and significant performance gains. --- diff --git a/docs/blog/2022-07-05-nx-14-4-inputs-optional-npm-scope-project-graph-cache-directory-and-more.md b/docs/blog/2022-07-05-nx-14-4-inputs-optional-npm-scope-project-graph-cache-directory-and-more.md index 8892c28a06..4332f4bba1 100644 --- a/docs/blog/2022-07-05-nx-14-4-inputs-optional-npm-scope-project-graph-cache-directory-and-more.md +++ b/docs/blog/2022-07-05-nx-14-4-inputs-optional-npm-scope-project-graph-cache-directory-and-more.md @@ -2,7 +2,7 @@ title: 'Nx 14.4 — Inputs, optional npm scope, project graph cache directory and more!' slug: 'nx-14-4-inputs-optional-npm-scope-project-graph-cache-directory-and-more' authors: ['Juri Strumpflohner'] -cover_image: '/blog/images/2022-07-05/lpmHhIiE9v5yJI6nLi2dlw.png' +cover_image: '/blog/images/2022-07-05/lpmHhIiE9v5yJI6nLi2dlw.avif' tags: [nx, release] description: 'Nx 14.4 enhances build caching with configurable inputs, simplifies workspace setup with optional npm scope, and optimizes CI performance with project graph improvements.' --- diff --git a/docs/blog/2022-07-14-setup-a-monorepo-with-pnpm-workspaces-and-speed-it-up-with-nx.md b/docs/blog/2022-07-14-setup-a-monorepo-with-pnpm-workspaces-and-speed-it-up-with-nx.md index d220813b19..be6836d65d 100644 --- a/docs/blog/2022-07-14-setup-a-monorepo-with-pnpm-workspaces-and-speed-it-up-with-nx.md +++ b/docs/blog/2022-07-14-setup-a-monorepo-with-pnpm-workspaces-and-speed-it-up-with-nx.md @@ -2,7 +2,7 @@ title: 'Setup a Monorepo with PNPM workspaces and speed it up with Nx!' slug: 'setup-a-monorepo-with-pnpm-workspaces-and-speed-it-up-with-nx' authors: ['Juri Strumpflohner'] -cover_image: '/blog/images/2022-07-14/ABrBjQPg4SrYzFQQXFxY-Q.png' +cover_image: '/blog/images/2022-07-14/ABrBjQPg4SrYzFQQXFxY-Q.avif' tags: [nx, tutorial] description: Learn to set up a monorepo with PNPM workspaces for Remix and React projects, then enhance it with Nx's task scheduling and caching features. --- diff --git a/docs/blog/2022-08-02-nx-14-5-cypess-v10-output-globs-linter-perf-react-tailwind-support.md b/docs/blog/2022-08-02-nx-14-5-cypess-v10-output-globs-linter-perf-react-tailwind-support.md index 34bd298d57..305ce1fb3c 100644 --- a/docs/blog/2022-08-02-nx-14-5-cypess-v10-output-globs-linter-perf-react-tailwind-support.md +++ b/docs/blog/2022-08-02-nx-14-5-cypess-v10-output-globs-linter-perf-react-tailwind-support.md @@ -2,7 +2,7 @@ title: 'Nx 14.5 — Cypress v10, output globs, linter perf, React Tailwind support' slug: 'nx-14-5-cypress-v10-output-globs-linter-perf-react-tailwind-support' authors: ['Juri Strumpflohner'] -cover_image: '/blog/images/2022-08-02/ZUzLD-4JgrEBIZb3dXOvag.png' +cover_image: '/blog/images/2022-08-02/ZUzLD-4JgrEBIZb3dXOvag.avif' tags: [nx, release] description: 'Nx 14.5 adds Cypress v10 with component testing, glob-based outputs for better caching, and improved React Tailwind integration.' --- diff --git a/docs/blog/2022-08-18-helping-the-environment-by-saving-two-centuries-of-compute-time.md b/docs/blog/2022-08-18-helping-the-environment-by-saving-two-centuries-of-compute-time.md index 24f8c6333a..bdbd95a831 100644 --- a/docs/blog/2022-08-18-helping-the-environment-by-saving-two-centuries-of-compute-time.md +++ b/docs/blog/2022-08-18-helping-the-environment-by-saving-two-centuries-of-compute-time.md @@ -2,7 +2,7 @@ title: 'Helping the Environment by Saving Two Centuries of Compute time' slug: 'helping-the-environment-by-saving-two-centuries-of-compute-time' authors: ['Juri Strumpflohner'] -cover_image: '/blog/images/2022-08-18/FBQVoC9YXF7wlq3dhxfQMQ.png' +cover_image: '/blog/images/2022-08-18/FBQVoC9YXF7wlq3dhxfQMQ.avif' tags: [nx] description: "Discover how Nx's caching and computation-saving features have saved over 200 years of compute time, reducing CO2 emissions through efficient task execution." --- diff --git a/docs/blog/2022-10-12-lerna-reborn-whats-new-in-v6.md b/docs/blog/2022-10-12-lerna-reborn-whats-new-in-v6.md index 59b3f90f8a..ab3a05eaff 100644 --- a/docs/blog/2022-10-12-lerna-reborn-whats-new-in-v6.md +++ b/docs/blog/2022-10-12-lerna-reborn-whats-new-in-v6.md @@ -2,7 +2,7 @@ title: "Lerna reborn — What's new in v6?" slug: 'lerna-reborn-whats-new-in-v6' authors: ['Juri Strumpflohner'] -cover_image: '/blog/images/2022-10-12/RGQCNNO-SSQ8PHnIZ4BVTQ.png' +cover_image: '/blog/images/2022-10-12/RGQCNNO-SSQ8PHnIZ4BVTQ.avif' tags: [nx, release] description: Lerna v6 brings default Nx integration, remote caching, PNPM support, dynamic terminal output, and improved task management to speed up your monorepo builds. --- diff --git a/docs/blog/2022-10-14-whats-new-in-nx-15.md b/docs/blog/2022-10-14-whats-new-in-nx-15.md index c0a81f02b3..6088caf669 100644 --- a/docs/blog/2022-10-14-whats-new-in-nx-15.md +++ b/docs/blog/2022-10-14-whats-new-in-nx-15.md @@ -2,7 +2,7 @@ title: What's new in Nx 15? slug: 'whats-new-in-nx-15' authors: ['Juri Strumpflohner'] -cover_image: '/blog/images/2022-10-14/ReZPz_brTiYN84yvR7Hi2w.png' +cover_image: '/blog/images/2022-10-14/ReZPz_brTiYN84yvR7Hi2w.avif' tags: [nx, release] description: 'Explore the major features and improvements introduced in Nx version 15, including enhanced performance and developer experience.' --- diff --git a/docs/blog/2022-11-17-from-bootstrapped-to-venture-backed-nx-raises-8-6m.md b/docs/blog/2022-11-17-from-bootstrapped-to-venture-backed-nx-raises-8-6m.md index 28e5f3e5e8..4bc9f62c60 100644 --- a/docs/blog/2022-11-17-from-bootstrapped-to-venture-backed-nx-raises-8-6m.md +++ b/docs/blog/2022-11-17-from-bootstrapped-to-venture-backed-nx-raises-8-6m.md @@ -2,7 +2,7 @@ title: 'From Bootstrapped to Venture-Backed: Nx Raises $8.6M' slug: 'from-bootstrapped-to-venture-backed' authors: ['Jeff Cross'] -cover_image: '/blog/images/2022-11-17/a3eT-mjLsXTiHU5m.png' +cover_image: '/blog/images/2022-11-17/a3eT-mjLsXTiHU5m.avif' tags: [nx] description: Nx raises $8.6M seed round led by Nexus Venture Partners and A16z to scale open source Nx, Nx Cloud, and Nx Enterprise, powering 75% of JavaScript monorepo tooling. --- diff --git a/docs/blog/2022-12-06-nx-15-3-standalone-projects-vite-task-graph-and-more.md b/docs/blog/2022-12-06-nx-15-3-standalone-projects-vite-task-graph-and-more.md index 648147a0c9..9e7c0a68df 100644 --- a/docs/blog/2022-12-06-nx-15-3-standalone-projects-vite-task-graph-and-more.md +++ b/docs/blog/2022-12-06-nx-15-3-standalone-projects-vite-task-graph-and-more.md @@ -2,7 +2,7 @@ title: 'Nx 15.3 — Standalone Projects, Vite, Task Graph and more!' slug: 'nx-15-3-standalone-projects-vite-task-graph-and-more' authors: ['Juri Strumpflohner'] -cover_image: '/blog/images/2022-12-06/VXYjjWhOUpNuHFGCoF63OQ.png' +cover_image: '/blog/images/2022-12-06/VXYjjWhOUpNuHFGCoF63OQ.avif' tags: [nx, release] description: Nx 15.3 introduces standalone projects, Vite and Vitest tooling, enhanced task graph visualization, and simplified project adoption, now reaching 3M weekly downloads. --- diff --git a/docs/blog/2022-12-22-nx-15-4-vite-4-support-a-new-nx-watch-command-and-more.md b/docs/blog/2022-12-22-nx-15-4-vite-4-support-a-new-nx-watch-command-and-more.md index 0489181577..525abfe5c7 100644 --- a/docs/blog/2022-12-22-nx-15-4-vite-4-support-a-new-nx-watch-command-and-more.md +++ b/docs/blog/2022-12-22-nx-15-4-vite-4-support-a-new-nx-watch-command-and-more.md @@ -2,7 +2,7 @@ title: 'Nx 15.4 — Vite 4 Support, a new Nx Watch Command, and more!' slug: 'nx-15-4-vite-4-support-a-new-nx-watch-command-and-more' authors: ['Zack DeRose'] -cover_image: '/blog/images/2022-12-22/N4_XxtYFr-V2cF6fPoBO3g.png' +cover_image: '/blog/images/2022-12-22/N4_XxtYFr-V2cF6fPoBO3g.avif' tags: [nx, release] description: Nx 15.4 adds Vite 4.0 support, new Watch command for file watching, webpack-less Cypress support, SSR for Module Federation, and parallel target execution improvements. --- diff --git a/docs/blog/2023-01-10-setting-up-module-federation-with-server-side-rendering-for-angular.md b/docs/blog/2023-01-10-setting-up-module-federation-with-server-side-rendering-for-angular.md index 647b2d7c20..0d28275869 100644 --- a/docs/blog/2023-01-10-setting-up-module-federation-with-server-side-rendering-for-angular.md +++ b/docs/blog/2023-01-10-setting-up-module-federation-with-server-side-rendering-for-angular.md @@ -2,7 +2,7 @@ title: 'Setting up Module Federation with Server-Side Rendering for Angular' slug: 'setting-up-module-federation-with-server-side-rendering-for-angular' authors: ['Colum Ferry'] -cover_image: '/blog/images/2023-01-10/kyMChnJ-X6jK9sbuaOdOiw.png' +cover_image: '/blog/images/2023-01-10/kyMChnJ-X6jK9sbuaOdOiw.avif' tags: [nx, tutorial] description: Learn how to implement Webpack Module Federation with Server-Side Rendering in Angular applications using Nx for improved performance and micro-frontend architecture. --- diff --git a/docs/blog/2023-01-12-react-vite-and-typescript-get-started-in-under-2-minutes.md b/docs/blog/2023-01-12-react-vite-and-typescript-get-started-in-under-2-minutes.md index c60a0a3c61..a736257d2b 100644 --- a/docs/blog/2023-01-12-react-vite-and-typescript-get-started-in-under-2-minutes.md +++ b/docs/blog/2023-01-12-react-vite-and-typescript-get-started-in-under-2-minutes.md @@ -2,7 +2,7 @@ title: 'React, Vite and TypeScript: Get started in under 2 minutes' slug: 'react-vite-and-typescript-get-started-in-under-2-minutes' authors: ['Juri Strumpflohner'] -cover_image: '/blog/images/2023-01-12/ucL7YQ2v8aaOy426soLPZA.png' +cover_image: '/blog/images/2023-01-12/ucL7YQ2v8aaOy426soLPZA.avif' tags: [nx] description: Learn how to quickly set up a modern React application with Vite and TypeScript using Nx, featuring built-in testing, linting, and development tools. --- diff --git a/docs/blog/2023-01-18-nx-console-meets-nx-cloud.md b/docs/blog/2023-01-18-nx-console-meets-nx-cloud.md index 6b95588b74..ca3c37a8c4 100644 --- a/docs/blog/2023-01-18-nx-console-meets-nx-cloud.md +++ b/docs/blog/2023-01-18-nx-console-meets-nx-cloud.md @@ -2,7 +2,7 @@ title: 'Nx Console meets Nx Cloud' slug: 'nx-console-meets-nx-cloud' authors: ['Max Kless'] -cover_image: '/blog/images/2023-01-18/Mkqkadhkk7DydWvPg5L0bA.png' +cover_image: '/blog/images/2023-01-18/Mkqkadhkk7DydWvPg5L0bA.avif' tags: [nx] description: Nx Console 17.28.0 integrates Nx Cloud features directly into VSCode, bringing remote caching, distributed task execution, and VCS integration with streamlined setup. --- diff --git a/docs/blog/2023-01-31-configuration-files-and-potholes-in-your-codebase.md b/docs/blog/2023-01-31-configuration-files-and-potholes-in-your-codebase.md index 94d245bc37..1f0add0fc2 100644 --- a/docs/blog/2023-01-31-configuration-files-and-potholes-in-your-codebase.md +++ b/docs/blog/2023-01-31-configuration-files-and-potholes-in-your-codebase.md @@ -2,7 +2,7 @@ title: 'Configuration Files and Potholes in Your Codebase' slug: 'configuration-files-and-potholes-in-your-codebase' authors: ['Isaac Mann'] -cover_image: '/blog/images/2023-01-31/T-xiDccBOxMQpDrG.png' +cover_image: '/blog/images/2023-01-31/T-xiDccBOxMQpDrG.avif' tags: [nx] description: A guide to managing configuration files effectively in modern development, exploring Nx's approach to infrastructure code maintenance through generators and migrations. --- diff --git a/docs/blog/2023-02-09-setup-react-and-tailwind-the-easy-way.md b/docs/blog/2023-02-09-setup-react-and-tailwind-the-easy-way.md index d7a6aa153d..7a8fb1af4f 100644 --- a/docs/blog/2023-02-09-setup-react-and-tailwind-the-easy-way.md +++ b/docs/blog/2023-02-09-setup-react-and-tailwind-the-easy-way.md @@ -2,7 +2,7 @@ title: 'Setup React and Tailwind — The Easy Way' slug: 'setup-react-and-tailwind-the-easy-way' authors: ['Juri Strumpflohner'] -cover_image: '/blog/images/2023-02-09/TK4Kdj-cc890gQkgUtKNyA.png' +cover_image: '/blog/images/2023-02-09/TK4Kdj-cc890gQkgUtKNyA.avif' tags: [nx, tutorial] description: Learn how to quickly set up React with Tailwind CSS using Nx's code generators, including migration from Create React App and automated configuration tools. --- diff --git a/docs/blog/2023-02-16-nx-15-7-node-support-angular-lts-lockfile-pruning.md b/docs/blog/2023-02-16-nx-15-7-node-support-angular-lts-lockfile-pruning.md index 845663cb0d..6a900dfc0c 100644 --- a/docs/blog/2023-02-16-nx-15-7-node-support-angular-lts-lockfile-pruning.md +++ b/docs/blog/2023-02-16-nx-15-7-node-support-angular-lts-lockfile-pruning.md @@ -2,7 +2,7 @@ title: 'Nx 15.7 — Node Support, Angular LTS, Lockfile Pruning' slug: 'nx-15-7-node-support-angular-lts-lockfile-pruning' authors: ['Juri Strumpflohner'] -cover_image: '/blog/images/2023-02-16/2AAo-mng7QyJP9yC80zNFQ.png' +cover_image: '/blog/images/2023-02-16/2AAo-mng7QyJP9yC80zNFQ.avif' tags: [nx, release] description: Nx 15.7 introduces first-class Node.js support, detached Angular version support, enhanced lockfile parsing, and Storybook 7.0 beta integration. --- diff --git a/docs/blog/2023-02-21-using-ngrx-standalone-apis-with-nx.md b/docs/blog/2023-02-21-using-ngrx-standalone-apis-with-nx.md index 59e02a5037..0123efbb02 100644 --- a/docs/blog/2023-02-21-using-ngrx-standalone-apis-with-nx.md +++ b/docs/blog/2023-02-21-using-ngrx-standalone-apis-with-nx.md @@ -2,7 +2,7 @@ title: 'Using NgRx Standalone APIs with Nx' slug: 'using-ngrx-standalone-apis-with-nx' authors: ['Colum Ferry'] -cover_image: '/blog/images/2023-02-21/pJHhA04d6jIjOb5vpCDjyw.png' +cover_image: '/blog/images/2023-02-21/pJHhA04d6jIjOb5vpCDjyw.avif' tags: [nx, tutorial] description: A practical guide to integrating NgRx Standalone APIs in Angular applications using Nx, with automated setup for state management. --- diff --git a/docs/blog/2023-02-22-whats-new-with-lerna-6-5.md b/docs/blog/2023-02-22-whats-new-with-lerna-6-5.md index 5ec8866bbc..104e7be096 100644 --- a/docs/blog/2023-02-22-whats-new-with-lerna-6-5.md +++ b/docs/blog/2023-02-22-whats-new-with-lerna-6-5.md @@ -2,7 +2,7 @@ title: "What's New With Lerna 6.5?" slug: 'whats-new-with-lerna-6-5' authors: ['Zack DeRose'] -cover_image: '/blog/images/2023-02-22/izlWzEYnkZ9myXi58Rmv8A.png' +cover_image: '/blog/images/2023-02-22/izlWzEYnkZ9myXi58Rmv8A.avif' tags: [nx, release] description: Lerna 6.5 introduces idempotent publishing, multi-script execution, private package handling, and codebase improvements, with updates on Nx team maintenance. --- diff --git a/docs/blog/2023-02-28-bundling-a-node-api-with-fastify-esbuild-and-nx.md b/docs/blog/2023-02-28-bundling-a-node-api-with-fastify-esbuild-and-nx.md index f66e842808..b01cbba075 100644 --- a/docs/blog/2023-02-28-bundling-a-node-api-with-fastify-esbuild-and-nx.md +++ b/docs/blog/2023-02-28-bundling-a-node-api-with-fastify-esbuild-and-nx.md @@ -2,7 +2,7 @@ title: 'Bundling a Node API with Fastify, esbuild, and Nx' slug: 'bundling-a-node-api-with-fastify-esbuild-and-nx' authors: ['Jack Hsu'] -cover_image: '/blog/images/2023-02-28/PADY_RKrkXj39p4nj79ESw.png' +cover_image: '/blog/images/2023-02-28/PADY_RKrkXj39p4nj79ESw.avif' tags: [nx, tutorial] description: Build and deploy a Node.js API with Fastify, Nx, esbuild, Docker, and Fly.io. --- diff --git a/docs/blog/2023-03-02-expanding-nx-console-to-jetbrains-ides.md b/docs/blog/2023-03-02-expanding-nx-console-to-jetbrains-ides.md index 14f2d3c8f6..c2e71c8883 100644 --- a/docs/blog/2023-03-02-expanding-nx-console-to-jetbrains-ides.md +++ b/docs/blog/2023-03-02-expanding-nx-console-to-jetbrains-ides.md @@ -2,7 +2,7 @@ title: 'Expanding Nx Console to JetBrains IDEs' slug: 'expanding-nx-console-to-jetbrains-ides' authors: ['Max Kless'] -cover_image: '/blog/images/2023-03-02/lEAhfd3d17hGichyT-oGbw.png' +cover_image: '/blog/images/2023-03-02/lEAhfd3d17hGichyT-oGbw.avif' tags: [nx] description: Explore the technical journey of bringing Nx Console to JetBrains IDEs, featuring Language Server integration and Generate UI implementation for IntelliJ. --- diff --git a/docs/blog/2023-03-08-nx-15-8-rust-hasher-nx-console-for-intellij-deno-node-and-storybook.md b/docs/blog/2023-03-08-nx-15-8-rust-hasher-nx-console-for-intellij-deno-node-and-storybook.md index 8a2adc0a5d..83c91a4ae3 100644 --- a/docs/blog/2023-03-08-nx-15-8-rust-hasher-nx-console-for-intellij-deno-node-and-storybook.md +++ b/docs/blog/2023-03-08-nx-15-8-rust-hasher-nx-console-for-intellij-deno-node-and-storybook.md @@ -2,7 +2,7 @@ title: 'Nx 15.8 — Rust Hasher, Nx Console for IntelliJ, Deno, Node and Storybook' slug: 'nx-15-8-rust-hasher-nx-console-for-intellij-deno-node-and-storybook' authors: ['Juri Strumpflohner'] -cover_image: '/blog/images/2023-03-08/2gKrC6_Yx3hVkQaHxnw5xw.png' +cover_image: '/blog/images/2023-03-08/2gKrC6_Yx3hVkQaHxnw5xw.avif' tags: [nx, release] description: Nx 15.8 brings Rust-based hasher, IntelliJ IDE support, Deno integration, enhanced Node.js features, and Storybook CSF3 support for improved performance. --- diff --git a/docs/blog/2023-03-10-rspack-getting-up-to-speed-with-nx.md b/docs/blog/2023-03-10-rspack-getting-up-to-speed-with-nx.md index 27ca02fd9f..6289663307 100644 --- a/docs/blog/2023-03-10-rspack-getting-up-to-speed-with-nx.md +++ b/docs/blog/2023-03-10-rspack-getting-up-to-speed-with-nx.md @@ -2,7 +2,7 @@ title: 'Rspack — Getting up to speed with Nx' slug: 'rspack-getting-up-to-speed-with-nx' authors: ['Juri Strumpflohner'] -cover_image: '/blog/images/2023-03-10/fWQ53mw2itEs3SGAOJVonQ.png' +cover_image: '/blog/images/2023-03-10/fWQ53mw2itEs3SGAOJVonQ.avif' tags: [nx] description: Explore Nx's integration with Rspack, the Rust-based Webpack alternative that offers 5-10x faster compilation for React apps in your monorepo. --- diff --git a/docs/blog/2023-04-19-nx-cloud-3.md b/docs/blog/2023-04-19-nx-cloud-3.md index 3c9d6cd8e4..71d537b3e8 100644 --- a/docs/blog/2023-04-19-nx-cloud-3.md +++ b/docs/blog/2023-04-19-nx-cloud-3.md @@ -2,7 +2,7 @@ title: Nx Cloud 3.0 — Faster Cache, More Powerful DTE, Better Ergonomics slug: 'nx-cloud-3-0-faster-more-efficient-modernized' authors: [Juri Strumpflohner] -cover_image: '/blog/images/2023-04-19/featured_img.webp' +cover_image: '/blog/images/2023-04-19/featured_img.avif' tags: [nx, nx-cloud] description: Nx Cloud 3.0 introduces a modern UI, faster cache management, enhanced DTE, VCS integrations, enterprise features, and a simplified pricing model. --- diff --git a/docs/blog/2023-05-02-nx-16-is-here.md b/docs/blog/2023-05-02-nx-16-is-here.md index d017250865..04f3a9113a 100644 --- a/docs/blog/2023-05-02-nx-16-is-here.md +++ b/docs/blog/2023-05-02-nx-16-is-here.md @@ -2,7 +2,7 @@ title: 'Nx 16 is Here!' slug: 'nx-16-is-here' authors: ['Zack DeRose'] -cover_image: '/blog/images/2023-05-02/n8JTIcKSYkebBOl8zZuF9w.png' +cover_image: '/blog/images/2023-05-02/n8JTIcKSYkebBOl8zZuF9w.avif' youtubeUrl: 'https://youtu.be/JIhOyJtuxEA' tags: [nx, release] description: Nx 16 brings package rescoping, enhanced Deno support, Cypress testing improvements, task graph visualization, and PNPM migration for better performance. diff --git a/docs/blog/2023-05-16-introducing-the-nx-champions-program.md b/docs/blog/2023-05-16-introducing-the-nx-champions-program.md index 67ad57e1be..dd047b4482 100644 --- a/docs/blog/2023-05-16-introducing-the-nx-champions-program.md +++ b/docs/blog/2023-05-16-introducing-the-nx-champions-program.md @@ -2,7 +2,7 @@ title: 'Introducing the Nx Champions Program' slug: 'introducing-the-nx-champions-program' authors: ['Isaac Mann'] -cover_image: '/blog/images/2023-05-16/cVGLh0H-uOpy7-D6.png' +cover_image: '/blog/images/2023-05-16/cVGLh0H-uOpy7-D6.avif' tags: [nx] description: Introducing the Nx Champions program, recognizing and supporting community leaders in Nx expertise, content creation, and community bridging. --- diff --git a/docs/blog/2023-05-26-determine-your-user-location-with-netlify-edge-functions.md b/docs/blog/2023-05-26-determine-your-user-location-with-netlify-edge-functions.md index 424b6a58af..40a813bbd7 100644 --- a/docs/blog/2023-05-26-determine-your-user-location-with-netlify-edge-functions.md +++ b/docs/blog/2023-05-26-determine-your-user-location-with-netlify-edge-functions.md @@ -2,7 +2,7 @@ title: 'Determine your User Location with Netlify Edge Functions' slug: 'determine-your-user-location-with-netlify-edge-functions' authors: ['Nicholas Cunningham'] -cover_image: '/blog/images/2023-05-26/G2ynKDm6DIKLcZ2fJlV0dw.png' +cover_image: '/blog/images/2023-05-26/G2ynKDm6DIKLcZ2fJlV0dw.avif' tags: [nx, tutorial] description: A guide to user location detection using Nx and Netlify Edge Functions, with serverless function setup, IP geolocation integration, and deployment for region-aware web apps. --- diff --git a/docs/blog/2023-06-20-introducing-nx-ecosystem-ci.md b/docs/blog/2023-06-20-introducing-nx-ecosystem-ci.md index 9adb010720..30a1a94314 100644 --- a/docs/blog/2023-06-20-introducing-nx-ecosystem-ci.md +++ b/docs/blog/2023-06-20-introducing-nx-ecosystem-ci.md @@ -2,7 +2,7 @@ title: 'Introducing Nx Ecosystem CI' slug: 'introducing-nx-ecosystem-ci' authors: ['Katerina Skroumpelou'] -cover_image: '/blog/images/2023-06-20/EffyLKcVe5gE_x3MT8PJUQ.png' +cover_image: '/blog/images/2023-06-20/EffyLKcVe5gE_x3MT8PJUQ.avif' tags: [nx] description: Introducing Nx Ecosystem CI, a Vite-inspired automated testing framework for Nx ecosystem compatibility, pre-release testing, migration checks, and test suite management. --- diff --git a/docs/blog/2023-06-29-nx-console-gets-lit.md b/docs/blog/2023-06-29-nx-console-gets-lit.md index 2e4b2de532..4e01d81140 100644 --- a/docs/blog/2023-06-29-nx-console-gets-lit.md +++ b/docs/blog/2023-06-29-nx-console-gets-lit.md @@ -2,7 +2,7 @@ title: Nx Console gets Lit slug: 'nx-console-gets-lit' authors: [Max Kless] -cover_image: '/blog/images/2023-06-29/featured_img.webp' +cover_image: '/blog/images/2023-06-29/featured_img.avif' tags: [nx, nx-console] description: Nx Console's Generate UI rebuilt with Lit for a faster, more maintainable experience across VSCode and JetBrains IDEs. --- diff --git a/docs/blog/2023-07-06-nx-16-5-release.md b/docs/blog/2023-07-06-nx-16-5-release.md index e247b6607e..9b15f34ca5 100644 --- a/docs/blog/2023-07-06-nx-16-5-release.md +++ b/docs/blog/2023-07-06-nx-16-5-release.md @@ -2,7 +2,7 @@ title: 'Nx 16.5 Release!!!' slug: 'nx-16-5-release' authors: ['Zack DeRose'] -cover_image: '/blog/images/2023-07-06/Gm3s_wLWrAf_uH2AzfJvvQ.png' +cover_image: '/blog/images/2023-07-06/Gm3s_wLWrAf_uH2AzfJvvQ.avif' tags: [nx, release] description: Nx 16.5 released with tag-based task targeting, NextJS 13 support, new recipes, Angular 16 compatibility, Verdaccio integration, custom CLI, external dependencies input, ESLint rule, and Rust integration for performance. --- diff --git a/docs/blog/2023-07-26-evergreen-tooling-more-than-just-codemods.md b/docs/blog/2023-07-26-evergreen-tooling-more-than-just-codemods.md index c6ccf2b3df..064921e0b6 100644 --- a/docs/blog/2023-07-26-evergreen-tooling-more-than-just-codemods.md +++ b/docs/blog/2023-07-26-evergreen-tooling-more-than-just-codemods.md @@ -2,7 +2,7 @@ title: 'Evergreen Tooling — More than Just CodeMods' slug: 'evergreen-tooling-more-than-just-codemods' authors: ['Juri Strumpflohner'] -cover_image: '/blog/images/2023-07-26/CPiI60mSguYXJzPfAHMbEQ.png' +cover_image: '/blog/images/2023-07-26/CPiI60mSguYXJzPfAHMbEQ.avif' tags: [nx] description: Nx's evergreen tooling approach automates migrations, updates code like a database, and uses plugins for seamless JavaScript ecosystem upgrades with backward compatibility and reduced maintenance. --- diff --git a/docs/blog/2023-08-03-storybook-interaction-tests-in-nx.md b/docs/blog/2023-08-03-storybook-interaction-tests-in-nx.md index 5d06688f62..0e4525acc0 100644 --- a/docs/blog/2023-08-03-storybook-interaction-tests-in-nx.md +++ b/docs/blog/2023-08-03-storybook-interaction-tests-in-nx.md @@ -2,7 +2,7 @@ title: 'Storybook Interaction Tests in Nx' slug: 'storybook-interaction-tests-in-nx' authors: ['Katerina Skroumpelou'] -cover_image: '/blog/images/2023-08-03/NfJA7VBZvDwyyZHmV8qsiw.png' +cover_image: '/blog/images/2023-08-03/NfJA7VBZvDwyyZHmV8qsiw.avif' tags: [nx] description: Nx 16.6 introduces Storybook interaction tests, offering automated UI testing, Jest and Playwright integration, and a streamlined workflow. --- diff --git a/docs/blog/2023-08-10-create-your-own-create-react-app-cli.md b/docs/blog/2023-08-10-create-your-own-create-react-app-cli.md index 7ea28344fe..6b1cbeb4a2 100644 --- a/docs/blog/2023-08-10-create-your-own-create-react-app-cli.md +++ b/docs/blog/2023-08-10-create-your-own-create-react-app-cli.md @@ -2,7 +2,7 @@ title: 'Create Your Own create-react-app CLI' slug: 'create-your-own-create-react-app-cli' authors: ['Emily Xiong'] -cover_image: '/blog/images/2023-08-10/j2QU-hjxt-1krFST8CGFiA.png' +cover_image: '/blog/images/2023-08-10/j2QU-hjxt-1krFST8CGFiA.avif' tags: [nx] description: Build a custom create-react-app CLI with Nx plugins, including workspace setup, Verdaccio testing, and project template customization for a branded React app scaffolding experience. --- diff --git a/docs/blog/2023-08-15-qwikify-your-dev.md b/docs/blog/2023-08-15-qwikify-your-dev.md index 16ccf1eebe..77412b55af 100644 --- a/docs/blog/2023-08-15-qwikify-your-dev.md +++ b/docs/blog/2023-08-15-qwikify-your-dev.md @@ -2,7 +2,7 @@ title: Qwikify your Development with Nx slug: 'qwikify-your-development-with-nx' authors: ['Colum Ferry'] -cover_image: '/blog/images/2023-08-15/featured_img.png' +cover_image: '/blog/images/2023-08-15/featured_img.avif' tags: [nx, changelog, release] description: Learn how to integrate Qwik with Nx for a todo app, covering setup, routes, libraries, Qwik Context, and modular development best practices. --- diff --git a/docs/blog/2023-08-24-step-by-step-guide-to-creating-an-expo-monorepo-with-nx.md b/docs/blog/2023-08-24-step-by-step-guide-to-creating-an-expo-monorepo-with-nx.md index bc29a00b01..9b7225655d 100644 --- a/docs/blog/2023-08-24-step-by-step-guide-to-creating-an-expo-monorepo-with-nx.md +++ b/docs/blog/2023-08-24-step-by-step-guide-to-creating-an-expo-monorepo-with-nx.md @@ -2,7 +2,7 @@ title: 'Step-by-Step Guide to Creating an Expo Monorepo with Nx' slug: 'step-by-step-guide-to-creating-an-expo-monorepo-with-nx' authors: ['Emily Xiong'] -cover_image: '/blog/images/2023-08-24/IpM0kZdUNXoDWV4r8J5xXQ.png' +cover_image: '/blog/images/2023-08-24/IpM0kZdUNXoDWV4r8J5xXQ.avif' tags: [nx, tutorial] description: A comprehensive tutorial on building a multi-app Expo monorepo using Nx, featuring shared UI components, navigation setup, and deployment configurations, demonstrated through the creation of two mobile apps. --- diff --git a/docs/blog/2023-09-06-nx-16-8-release.md b/docs/blog/2023-09-06-nx-16-8-release.md index e9435fb273..25bfa2650b 100644 --- a/docs/blog/2023-09-06-nx-16-8-release.md +++ b/docs/blog/2023-09-06-nx-16-8-release.md @@ -2,7 +2,7 @@ title: 'Nx 16.8 Release!!!' slug: 'nx-16-8-release' authors: ['Zack DeRose'] -cover_image: '/blog/images/2023-09-06/16gTRcKon8B4IKYQAY9V8w.png' +cover_image: '/blog/images/2023-09-06/16gTRcKon8B4IKYQAY9V8w.avif' tags: [nx, release] description: Nx 16.8 released with new project generator behavior, enhanced TypeScript library packaging, high-performance TypeScript compilation, Playwright support, Netlify integration, and interactive Nx Console features. --- diff --git a/docs/blog/2023-09-18-introducing-playwright-support-for-nx.md b/docs/blog/2023-09-18-introducing-playwright-support-for-nx.md index 68cf69c425..a3d0cd2e55 100644 --- a/docs/blog/2023-09-18-introducing-playwright-support-for-nx.md +++ b/docs/blog/2023-09-18-introducing-playwright-support-for-nx.md @@ -2,7 +2,7 @@ title: 'Introducing Playwright Support for Nx' slug: 'introducing-playwright-support-for-nx' authors: ['Emily Xiong'] -cover_image: '/blog/images/2023-09-18/589bVpPTJ4D4IACBePXWQ.png' +cover_image: '/blog/images/2023-09-18/589bVpPTJ4D4IACBePXWQ.avif' tags: [nx, release, tutorial] description: 'Discover how to integrate Playwright, a powerful end-to-end testing tool, into your Nx workspaces with our new @nx/playwright plugin.' --- diff --git a/docs/blog/2023-10-13-nx-conf-2023-recap.md b/docs/blog/2023-10-13-nx-conf-2023-recap.md index 6ea86bdb74..ffb55a6ac1 100644 --- a/docs/blog/2023-10-13-nx-conf-2023-recap.md +++ b/docs/blog/2023-10-13-nx-conf-2023-recap.md @@ -2,7 +2,7 @@ title: Nx Conf 2023 — Recap slug: 'nx-conf-2023-recap' authors: [Juri Strumpflohner] -cover_image: '/blog/images/2023-10-13/featured_img.webp' +cover_image: '/blog/images/2023-10-13/featured_img.avif' tags: [nx, nx-conf] description: 'Nx Conf 2023 recap - keynotes, tech talks, and community discussions on Nx ecosystem growth, tooling, and monorepo development.' --- diff --git a/docs/blog/2023-10-20-nx-17-release.md b/docs/blog/2023-10-20-nx-17-release.md index bef33d67fd..bac6ec8f69 100644 --- a/docs/blog/2023-10-20-nx-17-release.md +++ b/docs/blog/2023-10-20-nx-17-release.md @@ -2,7 +2,7 @@ title: 'Nx 17 has Landed' slug: 'nx-17-release' authors: ['Juri Strumpflohner', 'Zack DeRose'] -cover_image: '/blog/images/2023-10-20/featured_img.png' +cover_image: '/blog/images/2023-10-20/featured_img.avif' tags: [nx, release] description: Nx 17 released with Vue.js support, Module Federation enhancements, generator path improvements, AI chatbot integration, and more. --- diff --git a/docs/blog/2023-11-08-state-management.md b/docs/blog/2023-11-08-state-management.md index 2ae5552585..cde91eaff3 100644 --- a/docs/blog/2023-11-08-state-management.md +++ b/docs/blog/2023-11-08-state-management.md @@ -2,7 +2,7 @@ title: State Management Nx React Native/Expo Apps with TanStack Query and Redux slug: 'state-management-nx-react-native-expo-apps-with-tanstack-query-and-redux' authors: [Emily Xiong] -cover_image: '/blog/images/2023-11-08/featured_img.webp' +cover_image: '/blog/images/2023-11-08/featured_img.avif' tags: [nx, React Native] description: Implementing state management in Nx React Native/Expo apps with TanStack Query and Redux, covering setup, dev tools, and unit testing. --- diff --git a/docs/blog/2023-11-21-ai-assistant.md b/docs/blog/2023-11-21-ai-assistant.md index 636056b929..ac5c8056bc 100644 --- a/docs/blog/2023-11-21-ai-assistant.md +++ b/docs/blog/2023-11-21-ai-assistant.md @@ -2,7 +2,7 @@ title: Nx Docs AI Assistant slug: 'nx-docs-ai-assistant' authors: [Katerina Skroumpelou] -cover_image: '/blog/images/2023-11-21/featured_img.webp' +cover_image: '/blog/images/2023-11-21/featured_img.avif' tags: [nx, docs, AI] description: Explore the Nx Docs AI Assistant's architecture, user benefits, and how it enhances documentation accessibility through intelligent search and contextual responses. --- diff --git a/docs/blog/2023-11-22-unit-testing-expo.md b/docs/blog/2023-11-22-unit-testing-expo.md index 3389a79f2b..92fd712229 100644 --- a/docs/blog/2023-11-22-unit-testing-expo.md +++ b/docs/blog/2023-11-22-unit-testing-expo.md @@ -2,7 +2,7 @@ title: Unit Testing Expo Apps With Jest slug: 'unit-testing-expo-apps-with-jest' authors: [Emily Xiong] -cover_image: '/blog/images/2023-11-22/featured_img.webp' +cover_image: '/blog/images/2023-11-22/featured_img.avif' tags: [nx, tutorial] description: Learn how to unit test Expo apps using Jest and React Native Testing Library, with solutions for mocking AsyncStorage, Redux, and React Navigation. --- diff --git a/docs/blog/2023-12-20-nx-17-2-release.md b/docs/blog/2023-12-20-nx-17-2-release.md index 2c66a79cac..8e96afabf7 100644 --- a/docs/blog/2023-12-20-nx-17-2-release.md +++ b/docs/blog/2023-12-20-nx-17-2-release.md @@ -2,7 +2,7 @@ title: Nx 17.2 Update slug: 'nx-17-2-release' authors: [Zack DeRose] -cover_image: '/blog/images/2023-12-20/featured_img.png' +cover_image: '/blog/images/2023-12-20/featured_img.avif' tags: [nx, changelog, release] description: Nx 17.2 released with simplified project configuration, Rust-powered task hashing, enhanced Module Federation, expanded releases, Angular 17 support, and Nx Agents for faster CI. --- diff --git a/docs/blog/2023-12-28-highlights-2023.md b/docs/blog/2023-12-28-highlights-2023.md index 230ddbd17e..fea9ce50eb 100644 --- a/docs/blog/2023-12-28-highlights-2023.md +++ b/docs/blog/2023-12-28-highlights-2023.md @@ -2,7 +2,7 @@ title: Nx — Highlights of 2023 slug: 'nx-highlights-of-2023' authors: [Juri Strumpflohner, Victor Savkin, Zack DeRose] -cover_image: /blog/images/2023-12-28/featured_img.png +cover_image: /blog/images/2023-12-28/featured_img.avif tags: [nx, nx-cloud] description: "Nx's 2023 highlights - Rust for performance, Vite support, publishing improvements, new backend tools, expanded IDE support, Playwright integration, TypeScript enhancements, Vue plugin, and community growth." --- diff --git a/docs/blog/2024-01-24-monorepos-the-benefits-challenges-and-importance-of-tooling-support.md b/docs/blog/2024-01-24-monorepos-the-benefits-challenges-and-importance-of-tooling-support.md index ce8e9b88e4..892f02038c 100644 --- a/docs/blog/2024-01-24-monorepos-the-benefits-challenges-and-importance-of-tooling-support.md +++ b/docs/blog/2024-01-24-monorepos-the-benefits-challenges-and-importance-of-tooling-support.md @@ -5,7 +5,7 @@ date: 2024-01-24 slug: 'monorepos-the-benefits-challenges-and-importance-of-tooling-support' authors: ['Juri Strumpflohner'] tags: [webinar] -cover_image: /blog/images/2024-01-24/january-webinar-card.png +cover_image: /blog/images/2024-01-24/january-webinar-card.avif status: Past - Gated registrationUrl: https://go.nx.dev/january-webinar --- diff --git a/docs/blog/2024-02-05-nx-18-project-crystal.md b/docs/blog/2024-02-05-nx-18-project-crystal.md index eeb0526bcb..26ef839ee4 100644 --- a/docs/blog/2024-02-05-nx-18-project-crystal.md +++ b/docs/blog/2024-02-05-nx-18-project-crystal.md @@ -2,7 +2,7 @@ title: What if Nx Plugins Were More Like VSCode Extensions slug: 'what-if-nx-plugins-were-more-like-vscode-extensions' authors: [Juri Strumpflohner] -cover_image: '/blog/images/2024-02-05/featured_img.png' +cover_image: '/blog/images/2024-02-05/featured_img.avif' tags: [nx, releases] reposts: [] description: Introducing Project Crystal in Nx 18, a transformative approach to Nx plugins that makes them more transparent and lightweight, featuring inferred targets, reduced configuration overhead, and improved monorepo adoption. diff --git a/docs/blog/2024-02-06-nuxt-js-support-in-nx.md b/docs/blog/2024-02-06-nuxt-js-support-in-nx.md index d711e7e880..07a1c7c53d 100644 --- a/docs/blog/2024-02-06-nuxt-js-support-in-nx.md +++ b/docs/blog/2024-02-06-nuxt-js-support-in-nx.md @@ -1,7 +1,7 @@ --- title: Introducing @nx/nuxt Enhanced Nuxt.js Support in Nx slug: 'introducing-nx-nuxt-enhanced-nuxt-js-support-in-nx' -cover_image: '/blog/images/2024-02-06/featured_img.png' +cover_image: '/blog/images/2024-02-06/featured_img.avif' authors: ['Katerina Skroumpelou'] tags: [devtools, javascript, monorepos, nuxt] description: 'Explore how the new @nx/nuxt plugin enhances Nuxt.js development with automated task recognition and improved monorepo capabilities.' diff --git a/docs/blog/2024-02-07-fast-effortless-ci.md b/docs/blog/2024-02-07-fast-effortless-ci.md index 600b3d18e3..38d816eaa6 100644 --- a/docs/blog/2024-02-07-fast-effortless-ci.md +++ b/docs/blog/2024-02-07-fast-effortless-ci.md @@ -2,7 +2,7 @@ title: Fast, Effortless CI slug: 'fast-effortless-ci' authors: [Isaac Mann] -cover_image: '/blog/images/2024-02-07/featured_img.png' +cover_image: '/blog/images/2024-02-07/featured_img.avif' tags: [nx, nx-cloud, release] reposts: [] description: 'Discover how Nx Agents speeds up CI pipelines from 90 to 10 minutes by intelligently distributing tasks and managing resources.' diff --git a/docs/blog/2024-02-09-versioning-and-releasing-packages.md b/docs/blog/2024-02-09-versioning-and-releasing-packages.md index 02ba7d82a8..3101d90662 100644 --- a/docs/blog/2024-02-09-versioning-and-releasing-packages.md +++ b/docs/blog/2024-02-09-versioning-and-releasing-packages.md @@ -3,7 +3,7 @@ title: Versioning and Releasing Packages in a Monorepo slug: 'versioning-and-releasing-packages-in-a-monorepo' authors: [Juri Strumpflohner] description: 'Learn how to use Nx Release to version and publish packages in your monorepo with conventional commits and automated changelog generation.' -cover_image: '/blog/images/2024-02-09/featured_img.png' +cover_image: '/blog/images/2024-02-09/featured_img.avif' tags: [nx, nx-cloud, releases, changelog] --- diff --git a/docs/blog/2024-02-15-launch-week-recap.md b/docs/blog/2024-02-15-launch-week-recap.md index dee8b2992a..7ee9a5990f 100644 --- a/docs/blog/2024-02-15-launch-week-recap.md +++ b/docs/blog/2024-02-15-launch-week-recap.md @@ -2,7 +2,7 @@ title: Launch Nx Week Recap slug: 'launch-nx-week-recap' authors: [Zack DeRose] -cover_image: '/blog/images/2024-02-15/featured_img.png' +cover_image: '/blog/images/2024-02-15/featured_img.avif' tags: [nx, nx-cloud, releases, changelog] description: 'Explore the major announcements from Launch Nx Week, including Nx 18.0, Project Crystal, Nuxt plugin, Nx Agents, and Tusky AI integration.' --- diff --git a/docs/blog/2024-03-11-nx-agents-walkthrough-effortlessly-fast-ci-built-for-monorepos.md b/docs/blog/2024-03-11-nx-agents-walkthrough-effortlessly-fast-ci-built-for-monorepos.md index 6b39960dfe..81284f527b 100644 --- a/docs/blog/2024-03-11-nx-agents-walkthrough-effortlessly-fast-ci-built-for-monorepos.md +++ b/docs/blog/2024-03-11-nx-agents-walkthrough-effortlessly-fast-ci-built-for-monorepos.md @@ -5,7 +5,7 @@ date: 2024-03-11 slug: 'nx-agents-walkthrough-effortlessly-fast-ci-built-for-monorepos' authors: ['Rareș Matei'] tags: [webinar] -cover_image: /blog/images/2024-03-11/march-webinar.png +cover_image: /blog/images/2024-03-11/march-webinar.avif status: Past - Gated registrationUrl: https://go.nx.dev/march-webinar --- diff --git a/docs/blog/2024-03-20-why-speed-matters.md b/docs/blog/2024-03-20-why-speed-matters.md index dad4a597fc..5788a5fafa 100644 --- a/docs/blog/2024-03-20-why-speed-matters.md +++ b/docs/blog/2024-03-20-why-speed-matters.md @@ -3,7 +3,7 @@ title: Monorepos - Why Speed Matters slug: 'monorepos-why-speed-matters' authors: ['Katerina Skroumpelou', 'Jeff Cross'] tags: [nx, nxdevtools, speed, ci] -cover_image: '/blog/images/2024-03-20/featured_img.png' +cover_image: '/blog/images/2024-03-20/featured_img.avif' description: 'Discover how Nx enhances development speed through Rust integration, improved caching, Nx Agents, and test atomization features.' --- diff --git a/docs/blog/2024-03-21-reliable-ci.md b/docs/blog/2024-03-21-reliable-ci.md index 7608521efc..0baa5397a7 100644 --- a/docs/blog/2024-03-21-reliable-ci.md +++ b/docs/blog/2024-03-21-reliable-ci.md @@ -2,7 +2,7 @@ title: Reliable CI. A new execution model fixing both flakiness and slowness slug: 'reliable-ci-a-new-execution-model-fixing-both-flakiness-and-slowness' authors: [Victor Savkin] -cover_image: '/blog/images/2024-03-21/featured_img.png' +cover_image: '/blog/images/2024-03-21/featured_img.avif' tags: [nx, nx-cloud, releases] description: 'Learn how Nx Cloud revolutionizes CI with a task-based execution model that solves both flaky tests and slow pipelines.' --- diff --git a/docs/blog/2024-04-17-making-the-argument-for-monorepos.md b/docs/blog/2024-04-17-making-the-argument-for-monorepos.md index ebf89baf90..667c46fd49 100644 --- a/docs/blog/2024-04-17-making-the-argument-for-monorepos.md +++ b/docs/blog/2024-04-17-making-the-argument-for-monorepos.md @@ -5,7 +5,7 @@ date: 2024-04-17 slug: 'making-the-argument-for-monorepos' authors: ['Miroslav Jonaš'] tags: [webinar] -cover_image: /blog/images/2024-04-17/april-webinar.png +cover_image: /blog/images/2024-04-17/april-webinar.avif status: Past - Gated registrationUrl: https://go.nx.dev/april-webinar --- diff --git a/docs/blog/2024-04-19-manage-your-gradle.md b/docs/blog/2024-04-19-manage-your-gradle.md index 9a416dbe9e..7888379f1a 100644 --- a/docs/blog/2024-04-19-manage-your-gradle.md +++ b/docs/blog/2024-04-19-manage-your-gradle.md @@ -2,7 +2,7 @@ title: Manage Your Gradle Project using Nx slug: 'manage-your-gradle-project-using-nx' authors: ['Emily Xiong'] -cover_image: '/blog/images/2024-04-19/featured_img.png' +cover_image: '/blog/images/2024-04-19/featured_img.avif' tags: [nx, gradle, how-to] description: 'Learn how to manage Gradle projects in Nx workspaces using the new @nx/gradle plugin for better library visualization and multi-tech stack support.' --- diff --git a/docs/blog/2024-05-08-nx-19-release.md b/docs/blog/2024-05-08-nx-19-release.md index d3a5cc5a3b..a46340cc16 100644 --- a/docs/blog/2024-05-08-nx-19-release.md +++ b/docs/blog/2024-05-08-nx-19-release.md @@ -2,7 +2,7 @@ title: Nx 19.0 Release!! slug: 'nx-19-release' authors: ['Zack DeRose'] -cover_image: '/blog/images/2024-05-08/nx-19-thumbnail.png' +cover_image: '/blog/images/2024-05-08/nx-19-thumbnail.avif' tags: [nx, release] description: 'Explore Nx 19.0, returning to our six-month release cycle with enhanced Project Crystal plugins that work seamlessly with minimal configuration.' --- diff --git a/docs/blog/2024-06-18-podcast-episode-1-hicham-el-hammouchi.md b/docs/blog/2024-06-18-podcast-episode-1-hicham-el-hammouchi.md index 4cd73e0bd7..e2d548f5b5 100644 --- a/docs/blog/2024-06-18-podcast-episode-1-hicham-el-hammouchi.md +++ b/docs/blog/2024-06-18-podcast-episode-1-hicham-el-hammouchi.md @@ -3,7 +3,7 @@ title: 'Nx Enterprise Podcast Episode 1: Hicham El Hammouchi' slug: 'hicham-el-hammouchi-podcast-1' authors: ['Zack DeRose'] tags: [podcast] -cover_image: /blog/images/2024-06-18/ep-1-hicham.png +cover_image: /blog/images/2024-06-18/ep-1-hicham.avif podcastYoutubeId: 8iiLB_2djZ8 podcastSpotifyId: 24yagCNpu9EGj0fCwSDQkj podcastAmazonUrl: https://music.amazon.com/podcasts/a221fdad-36fd-4695-a5b4-038d7b99d284/episodes/899a2e4c-2e56-4dfa-a3e3-e69eb216f2b0/the-enterprise-software-podcast-by-nx-the-enterprise-software-podcast-by-nx-1-hicham-el-hamouchi diff --git a/docs/blog/2024-06-26-monorepos-and-ci-can-be-a-mess-heres-how-nx-and-nx-cloud-fixed-it.md b/docs/blog/2024-06-26-monorepos-and-ci-can-be-a-mess-heres-how-nx-and-nx-cloud-fixed-it.md index 19257efba8..d811dbef85 100644 --- a/docs/blog/2024-06-26-monorepos-and-ci-can-be-a-mess-heres-how-nx-and-nx-cloud-fixed-it.md +++ b/docs/blog/2024-06-26-monorepos-and-ci-can-be-a-mess-heres-how-nx-and-nx-cloud-fixed-it.md @@ -6,7 +6,7 @@ date: 2024-06-26 slug: 'monorepos-and-ci-can-be-a-mess-heres-how-nx-and-nx-cloud-fixed-it' authors: ['Juri Strumpflohner'] tags: [webinar] -cover_image: /blog/images/2024-06-26/June-Webinar-card.png +cover_image: /blog/images/2024-06-26/June-Webinar-card.avif status: Past - Gated registrationUrl: https://go.nx.dev/june-webinar --- diff --git a/docs/blog/2024-07-19-podcast-episode-2-tine-kondo.md b/docs/blog/2024-07-19-podcast-episode-2-tine-kondo.md index 6fbc043a3b..bed8aa75d2 100644 --- a/docs/blog/2024-07-19-podcast-episode-2-tine-kondo.md +++ b/docs/blog/2024-07-19-podcast-episode-2-tine-kondo.md @@ -3,7 +3,7 @@ title: 'Nx Enterprise Podcast Episode 2: Tine Kondo' slug: 'tine-kondo-podcast-2' authors: ['Zack DeRose'] tags: [podcast] -cover_image: /blog/images/2024-07-19/ep-2-tine.png +cover_image: /blog/images/2024-07-19/ep-2-tine.avif podcastYoutubeId: Nzf3BmymfEo podcastSpotifyId: 0CCQaWCln7rvwkkVvsyxsk podcastAmazonUrl: https://music.amazon.com/podcasts/a221fdad-36fd-4695-a5b4-038d7b99d284/episodes/53934cd9-c521-441e-8523-8b947ed207ca/the-enterprise-software-podcast-by-nx-the-enterprise-software-podcast-by-nx-2-tine-kondo diff --git a/docs/blog/2024-08-01-nx-19-5-update.md b/docs/blog/2024-08-01-nx-19-5-update.md index c29b29d5fe..de8da80dbd 100644 --- a/docs/blog/2024-08-01-nx-19-5-update.md +++ b/docs/blog/2024-08-01-nx-19-5-update.md @@ -2,7 +2,7 @@ title: 'Nx 19.5 is here! Stackblitz, Bun, Incremental Builds for Vite, Gradle Test Atomizer' slug: 'nx-19-5-adds-stackblitz-new-features-and-more' authors: ['Zack DeRose'] -cover_image: '/blog/images/2024-08-01/nx-19-5-thumbnail.png' +cover_image: '/blog/images/2024-08-01/nx-19-5-thumbnail.avif' tags: [nx, release] description: 'Nx 19.5 brings StackBlitz support, Bun and Pnpm v9 compatibility, local flaky task detection, and more.' --- diff --git a/docs/blog/2024-08-14-podcast-episode-3-ahmed-elsakaan.md b/docs/blog/2024-08-14-podcast-episode-3-ahmed-elsakaan.md index 68392c5249..99eae228f8 100644 --- a/docs/blog/2024-08-14-podcast-episode-3-ahmed-elsakaan.md +++ b/docs/blog/2024-08-14-podcast-episode-3-ahmed-elsakaan.md @@ -3,7 +3,7 @@ title: 'Nx Enterprise Podcast Episode 3: Ahmed Elsakaan' slug: 'ahmed-elsakaan-podcast-3' authors: ['Zack DeRose'] tags: [podcast] -cover_image: /blog/images/2024-08-14/ep-3-ahmed.png +cover_image: /blog/images/2024-08-14/ep-3-ahmed.avif podcastYoutubeId: l_b6EOXqYRg podcastSpotifyId: 4d4oE8B3y9BmECZ3P4uvDP podcastAmazonUrl: https://music.amazon.com/podcasts/a221fdad-36fd-4695-a5b4-038d7b99d284/episodes/28209cf9-1b88-48b5-a798-7b24c843e9b1/the-enterprise-software-podcast-by-nx-the-enterprise-software-podcast-by-nx-3-ahmed-elsakaan diff --git a/docs/blog/2024-08-21-podcast-epsiode-4-cvent.md b/docs/blog/2024-08-21-podcast-epsiode-4-cvent.md index baa83541f5..bbe343e0a8 100644 --- a/docs/blog/2024-08-21-podcast-epsiode-4-cvent.md +++ b/docs/blog/2024-08-21-podcast-epsiode-4-cvent.md @@ -3,7 +3,7 @@ title: 'Nx Enterprise Podcast Episode 4: Cvent Platform Architecture Panel' slug: 'cvent-podcast-3' authors: ['Zack DeRose'] tags: [podcast] -cover_image: /blog/images/2024-08-21/ep-4-cvent.png +cover_image: /blog/images/2024-08-21/ep-4-cvent.avif podcastYoutubeId: _7uK1V_xu9k podcastSpotifyId: 1zWuMFxcnGy90AN41gkodx podcastAmazonUrl: https://music.amazon.com/podcasts/a221fdad-36fd-4695-a5b4-038d7b99d284/episodes/7e19eb25-76f9-4d1e-89c0-c2fd1f585f9b/the-enterprise-software-podcast-by-nx-the-enterprise-software-podcast-by-nx-4-cvent-platform-architect-panel diff --git a/docs/blog/2024-08-29-nx-live-with-trunk.md b/docs/blog/2024-08-29-nx-live-with-trunk.md index 537a5c11d4..068d83e7bd 100644 --- a/docs/blog/2024-08-29-nx-live-with-trunk.md +++ b/docs/blog/2024-08-29-nx-live-with-trunk.md @@ -3,7 +3,7 @@ title: How to Fast-Track Your PRs with Trunk.io | Nx Live slug: nx-live-trunk-io authors: ['Zack DeRose'] tags: [livestream] -cover_image: /blog/images/2024-08-29/nx-live-trunk.png +cover_image: /blog/images/2024-08-29/nx-live-trunk.avif youtubeUrl: https://youtube.com/live/E8Gh-Vkxok0 description: Live demo with Trunk.io's David on optimizing PR workflows using Nx and Trunk Merge Queues, featuring first-class Nx support for improved dev efficiency. --- diff --git a/docs/blog/2024-09-05-nx-live-introduction-to-nx.md b/docs/blog/2024-09-05-nx-live-introduction-to-nx.md index 63f4c20360..35e4f5a887 100644 --- a/docs/blog/2024-09-05-nx-live-introduction-to-nx.md +++ b/docs/blog/2024-09-05-nx-live-introduction-to-nx.md @@ -3,7 +3,6 @@ title: Introduction to Nx! | Nx Live slug: nx-live-intro-to-nx authors: ['Zack DeRose', 'Mike Hartington'] tags: [livestream] -cover_image: /blog/images/2024-09-05/thumbnail.png youtubeUrl: https://youtube.com/live/dgtZ6GHZ-tA description: Watch a live coding session where Zack guides Mike through building a full-stack app with Nx, showcasing key features and best practices. --- diff --git a/docs/blog/2024-09-12-next-gen-module-federation-deployments.md b/docs/blog/2024-09-12-next-gen-module-federation-deployments.md index 2fbf53cda3..510b2d115e 100644 --- a/docs/blog/2024-09-12-next-gen-module-federation-deployments.md +++ b/docs/blog/2024-09-12-next-gen-module-federation-deployments.md @@ -3,7 +3,7 @@ title: Next-Gen Module Federation Deployments with Nx and Zephyr Cloud slug: next-gen-module-federation-deployment authors: ['Colum Ferry'] tags: [nx, module federation, rspack, zephyr cloud] -cover_image: /blog/images/2024-09-12/next-gen-module-federation-deployments.png +cover_image: /blog/images/2024-09-12/next-gen-module-federation-deployments.avif published: true description: Learn how Nx and Zephyr Cloud simplify deploying Micro Frontends with Module Federation, making it easier to manage multiple build artifacts. --- diff --git a/docs/blog/2024-09-16-announcing-your-monorepo-world-speakers-pt-2.md b/docs/blog/2024-09-16-announcing-your-monorepo-world-speakers-pt-2.md index 76b1927db4..db0323e410 100644 --- a/docs/blog/2024-09-16-announcing-your-monorepo-world-speakers-pt-2.md +++ b/docs/blog/2024-09-16-announcing-your-monorepo-world-speakers-pt-2.md @@ -3,7 +3,7 @@ title: Announcing your Monorepo World Speakers Part 2 slug: announcing-your-monorepo-world-speakers-pt-2 authors: ['Mike Hartington'] tags: [monorepo-world] -cover_image: /blog/images/2024-09-16/mw-blog-post.avif +cover_image: '/blog/images/2024-09-16/mw-blog-post.avif' description: Meet the next group of Monorepo World speakers, including experts from Aspect Build Systems, Trunk.io, and more, discussing Python monorepos, Bazel, and large-scale merge queues. --- diff --git a/docs/blog/2024-09-18-podcast-episode-5-ruben-casas-postman.md b/docs/blog/2024-09-18-podcast-episode-5-ruben-casas-postman.md index b9134abfbc..af2c5c3873 100644 --- a/docs/blog/2024-09-18-podcast-episode-5-ruben-casas-postman.md +++ b/docs/blog/2024-09-18-podcast-episode-5-ruben-casas-postman.md @@ -3,7 +3,7 @@ title: '"The Pit of Success" w/ Ruben Casas of Postman | Nx Enterprise Podcast E slug: 'pit-of-success-podcast-5' authors: ['Zack DeRose'] tags: [podcast] -cover_image: /blog/images/2024-09-18/podcast-5-thumbnail.png +cover_image: /blog/images/2024-09-18/podcast-5-thumbnail.avif podcastYoutubeId: oTZLTNtndxc podcastSpotifyId: 7LJlqLGR708OccUwyzz9wT podcastAmazonUrl: https://music.amazon.com/podcasts/a221fdad-36fd-4695-a5b4-038d7b99d284/episodes/352e8cef-b8df-4e81-be38-96a0cf62e0f5/the-enterprise-software-podcast-by-nx-the-enterprise-software-podcast-by-nx-5-ruben-casas-postman diff --git a/docs/blog/2024-09-20-nx-19-8.md b/docs/blog/2024-09-20-nx-19-8.md index 4c045a5ee9..6f154824ed 100644 --- a/docs/blog/2024-09-20-nx-19-8.md +++ b/docs/blog/2024-09-20-nx-19-8.md @@ -3,7 +3,7 @@ title: Nx 19.8 Update!! slug: nx-19-8-update authors: [Zack DeRose] tags: [nx, release] -cover_image: /blog/images/2024-09-20/thumbnail.png +cover_image: /blog/images/2024-09-20/thumbnail.avif youtubeUrl: https://youtu.be/Zgv4LHvwGx0 description: The final minor release before Nx v20 brings Nx Import, improved task scheduling, and Project Crystal support for Angular projects. --- diff --git a/docs/blog/2024-09-25-evolving-nx.md b/docs/blog/2024-09-25-evolving-nx.md index 5b89cfb847..586a648af2 100644 --- a/docs/blog/2024-09-25-evolving-nx.md +++ b/docs/blog/2024-09-25-evolving-nx.md @@ -3,7 +3,7 @@ title: Evolving Nx slug: evolving-nx authors: [Jeff Cross] tags: [nx, release] -cover_image: /blog/images/evolving-nx/thumbnail.png +cover_image: /blog/images/evolving-nx/thumbnail.avif description: Nx's journey from a side project to a tool for millions, including Nx Cloud and Nx Powerpack developments. --- diff --git a/docs/blog/2024-09-25-introducing-nx-powerpack.md b/docs/blog/2024-09-25-introducing-nx-powerpack.md index 19c46907f5..530bd14750 100644 --- a/docs/blog/2024-09-25-introducing-nx-powerpack.md +++ b/docs/blog/2024-09-25-introducing-nx-powerpack.md @@ -3,7 +3,7 @@ title: Introducing Nx Powerpack slug: introducing-nx-powerpack authors: [Juri Strumpflohner] tags: [nx, release] -cover_image: /blog/images/introducing-powerpack/thumbnail.png +cover_image: /blog/images/introducing-powerpack/thumbnail.avif description: Introducing Nx Powerpack, a paid extension suite for enterprise use cases, ensuring Nx remains open source and existing features are free. --- diff --git a/docs/blog/2024-10-03-nx-20-release.md b/docs/blog/2024-10-03-nx-20-release.md index 983fd9ebab..2ce81e409a 100644 --- a/docs/blog/2024-10-03-nx-20-release.md +++ b/docs/blog/2024-10-03-nx-20-release.md @@ -3,7 +3,7 @@ title: Announcing Nx 20 slug: announcing-nx-20 authors: [Mike Hartington] tags: [nx, release] -cover_image: /blog/images/2024-10-03/nx-20-header.png +cover_image: /blog/images/2024-10-03/nx-20-header.avif youtubeUrl: https://youtu.be/5-QwtlhaJK8 description: Nx 20 enhances monorepo and TypeScript performance, adding to Nx 19's features. --- diff --git a/docs/blog/2024-11-14-handling-cors.md b/docs/blog/2024-11-14-handling-cors.md index 407bedc087..41d21065f6 100644 --- a/docs/blog/2024-11-14-handling-cors.md +++ b/docs/blog/2024-11-14-handling-cors.md @@ -3,7 +3,7 @@ title: Handling CORS In Your Workspace slug: handling-cors authors: [Mike Hartington] tags: [nx] -cover_image: '/blog/images/2024-11-14/cors.png' +cover_image: '/blog/images/2024-11-14/cors.avif' description: Learn to handle CORS issues in web development, with practical examples and solutions for common challenges. --- diff --git a/docs/blog/2024-11-30-advent-of-code-crystal.md b/docs/blog/2024-11-30-advent-of-code-crystal.md index 42c03afa01..a17650f54a 100644 --- a/docs/blog/2024-11-30-advent-of-code-crystal.md +++ b/docs/blog/2024-11-30-advent-of-code-crystal.md @@ -3,7 +3,7 @@ title: Advent of Code Gets The Crystal Treatment! slug: advent-of-code-crystal-edition authors: ['Zack DeRose'] tags: [nx] -cover_image: /blog/images/2024-11-30/thumbnail.png +cover_image: /blog/images/2024-11-30/thumbnail.avif youtubeUrl: https://youtu.be/st6Yq-19bW8 description: Get started with Advent of Code using our Nx-powered starter repo that handles all setup, letting you focus purely on solving the daily challenges. --- diff --git a/docs/blog/2024-12-06-nx-cloud-pipelines-in-nx-console.md b/docs/blog/2024-12-06-nx-cloud-pipelines-in-nx-console.md index a31a671c56..6026c8d040 100644 --- a/docs/blog/2024-12-06-nx-cloud-pipelines-in-nx-console.md +++ b/docs/blog/2024-12-06-nx-cloud-pipelines-in-nx-console.md @@ -3,7 +3,7 @@ title: Nx Cloud Pipelines Come To Nx Console slug: nx-cloud-pipelines-come-to-nx-console authors: [Zack DeRose] tags: [nx, nx-cloud, nx-console, enterprise] -cover_image: /blog/images/2024-11-25/thumbnail.png +cover_image: /blog/images/2024-11-25/thumbnail.avif description: Track your Nx Cloud CI pipelines directly in your IDE with the new Nx Console integration, featuring status updates and notifications. --- diff --git a/docs/blog/2024-12-16-angular-state-management-2025.md b/docs/blog/2024-12-16-angular-state-management-2025.md index 5bb54c55fa..b5fd868950 100644 --- a/docs/blog/2024-12-16-angular-state-management-2025.md +++ b/docs/blog/2024-12-16-angular-state-management-2025.md @@ -3,7 +3,7 @@ title: Angular State Management for 2025 slug: angular-state-management-2025 authors: ['Mike Hartington'] tags: [angular] -cover_image: /blog/images/2024-12-16/thumbnail.png +cover_image: /blog/images/2024-12-16/thumbnail.avif description: Discover how Angular Signals and modern state management approaches simplify application development in 2025. --- diff --git a/docs/blog/2025-01-06-nx-update-20-3.md b/docs/blog/2025-01-06-nx-update-20-3.md index 8e8c461a4a..b78e4ce66d 100644 --- a/docs/blog/2025-01-06-nx-update-20-3.md +++ b/docs/blog/2025-01-06-nx-update-20-3.md @@ -3,7 +3,7 @@ title: 'Nx Update: 20.3!' slug: nx-update-20-3 authors: [Zack DeRose] tags: [nx, release] -cover_image: /blog/images/2025-01-06/nx-20-3.png +cover_image: /blog/images/2025-01-06/nx-20-3.avif description: Discover the latest in Nx 20.3, featuring TypeScript project references, enhanced Rspack support, Nx Console improvements, and powerful Nx Cloud updates. --- diff --git a/docs/blog/2025-01-09-who-gave-js-a-build-step.md b/docs/blog/2025-01-09-who-gave-js-a-build-step.md index 352644260e..79b66d69a6 100644 --- a/docs/blog/2025-01-09-who-gave-js-a-build-step.md +++ b/docs/blog/2025-01-09-who-gave-js-a-build-step.md @@ -3,7 +3,7 @@ title: 'Who Gave JavaScript a Build Step?!?' slug: who-gave-js-a-build-step authors: [Zack DeRose] tags: [] -cover_image: /blog/images/2025-01-09/thumbnail.png +cover_image: /blog/images/2025-01-09/thumbnail.avif description: 'Explore the evolution of JavaScript build tools with Webpack maintainer Zack Jackson, from simple script tags to modern bundling solutions.' --- diff --git a/docs/blog/2025-01-22-nx-cloud-scale-your-ci-and-team-with-ease.md b/docs/blog/2025-01-22-nx-cloud-scale-your-ci-and-team-with-ease.md index 9eac2e0d78..6ba986cca8 100644 --- a/docs/blog/2025-01-22-nx-cloud-scale-your-ci-and-team-with-ease.md +++ b/docs/blog/2025-01-22-nx-cloud-scale-your-ci-and-team-with-ease.md @@ -5,7 +5,7 @@ date: 2025-01-22 slug: 'nx-cloud-scale-your-ci-and-team-with-ease' authors: ['Nicole Oliver', 'Rareș Matei', 'James Henry'] tags: [webinar] -cover_image: /blog/images/2025-01-22/Jan-webinar-image.png +cover_image: /blog/images/2025-01-22/Jan-webinar-image.avif status: Past - Gated registrationUrl: https://go.nx.dev/jan2025-webinar --- diff --git a/docs/blog/2025-01-27-project-references.md b/docs/blog/2025-01-27-project-references.md index e388ae2615..efface01b3 100644 --- a/docs/blog/2025-01-27-project-references.md +++ b/docs/blog/2025-01-27-project-references.md @@ -3,7 +3,7 @@ title: Everything You Need to Know About TypeScript Project References slug: typescript-project-references authors: [Zack DeRose] tags: [typescript, monorepo, nx] -cover_image: /blog/images/articles/ts-islands.png +cover_image: /blog/images/articles/ts-islands.avif youtubeUrl: https://youtu.be/SDE3cIq28s8 description: Learn how TypeScript Project References create efficient boundaries in your codebase, improving build performance and type checking in large-scale projects. --- diff --git a/docs/blog/2025-02-26-react-development-for-2025.md b/docs/blog/2025-02-26-react-development-for-2025.md index d1f2e8a7c4..b34d75c370 100644 --- a/docs/blog/2025-02-26-react-development-for-2025.md +++ b/docs/blog/2025-02-26-react-development-for-2025.md @@ -6,7 +6,7 @@ date: 2025-02-26 slug: 'react-development-for-2025' authors: ['Juri Strumpflohner'] tags: [webinar] -cover_image: /blog/images/2025-02-26/Feb-Webinar-Card.png +cover_image: /blog/images/2025-02-26/Feb-Webinar-Card.avif status: Past - Gated registrationUrl: https://go.nx.dev/feb2025-webinar --- diff --git a/docs/blog/2025-03-07-nx-update-20-5.md b/docs/blog/2025-03-07-nx-update-20-5.md index 8ff88898d6..9b9612b218 100644 --- a/docs/blog/2025-03-07-nx-update-20-5.md +++ b/docs/blog/2025-03-07-nx-update-20-5.md @@ -3,7 +3,7 @@ title: 'Nx Update: 20.5' slug: nx-update-20-5 authors: [Philip Fulcher] tags: [nx, release] -cover_image: /blog/images/2025-03-07/header.png +cover_image: /blog/images/2025-03-07/header.avif description: Discover the latest in Nx 20.5, featuring TypeScript project references improvements, migration docs, and tool updates like Angular 19.2, React 19, and Vite 6. youtubeUrl: https://youtu.be/IujhR3-Iidk --- diff --git a/docs/blog/2025-03-17-modern-angular-testing-with-nx.md b/docs/blog/2025-03-17-modern-angular-testing-with-nx.md index d7f7c28aac..20dc71e15b 100644 --- a/docs/blog/2025-03-17-modern-angular-testing-with-nx.md +++ b/docs/blog/2025-03-17-modern-angular-testing-with-nx.md @@ -3,7 +3,7 @@ title: 'Modern Angular Testing with Nx' slug: modern-angular-testing-with-nx authors: ['Jack Hsu'] tags: ['angular', 'nx'] -cover_image: /blog/images/2025-03-17/modern-angular-testing.png +cover_image: /blog/images/2025-03-17/modern-angular-testing.avif description: 'Learn how Nx enhances Angular testing by integrating modern tools like Playwright and Vitest, improving test speed, reliability, and CI scalability.' --- diff --git a/docs/blog/2025-03-19-are-monorepos-the-answer-to-better-aiassisted-development.md b/docs/blog/2025-03-19-are-monorepos-the-answer-to-better-aiassisted-development.md index 551081fe23..ba4ce80a4a 100644 --- a/docs/blog/2025-03-19-are-monorepos-the-answer-to-better-aiassisted-development.md +++ b/docs/blog/2025-03-19-are-monorepos-the-answer-to-better-aiassisted-development.md @@ -5,7 +5,7 @@ date: 2025-03-06 slug: 'are-monorepos-the-answer-to-better-aiassisted-development' authors: ['Victor Savkin', 'Max Kless'] tags: [webinar] -cover_image: /blog/images/2025-03-19/March-2025-Webinar-card.png +cover_image: /blog/images/2025-03-19/March-2025-Webinar-card.avif time: 1pm EDT/5pm UTC status: Past - Gated registrationUrl: https://go.nx.dev/march2025-webinar diff --git a/docs/blog/2025-04-30-are-monorepos-the-answer-to-better-aiassisted-development.md b/docs/blog/2025-04-30-are-monorepos-the-answer-to-better-aiassisted-development.md index 1d00527d49..149d8a79e7 100644 --- a/docs/blog/2025-04-30-are-monorepos-the-answer-to-better-aiassisted-development.md +++ b/docs/blog/2025-04-30-are-monorepos-the-answer-to-better-aiassisted-development.md @@ -5,7 +5,7 @@ date: 2025-04-16 slug: 'are-monorepos-the-answer-to-better-aiassisted-development' authors: ['Victor Savkin', 'Max Kless'] tags: [webinar] -cover_image: /blog/images/2025-04-30/April-2025-Webinar-Card.png +cover_image: /blog/images/2025-04-30/April-2025-Webinar-Card.avif time: 10:30am ET/2:30pm UTC status: Upcoming registrationUrl: https://go.nx.dev/april2025-webinar diff --git a/docs/blog/images/2021-06-15/jFVfKEglfQIM9QsP.avif b/docs/blog/images/2021-06-15/jFVfKEglfQIM9QsP.avif index 5d34d1a8da..48dbb0353c 100644 Binary files a/docs/blog/images/2021-06-15/jFVfKEglfQIM9QsP.avif and b/docs/blog/images/2021-06-15/jFVfKEglfQIM9QsP.avif differ diff --git a/docs/blog/images/2021-10-14/92uzyqB8oJ8tZJB9wAdoWQ.avif b/docs/blog/images/2021-10-14/92uzyqB8oJ8tZJB9wAdoWQ.avif index f69b010ab9..884cb1d59a 100644 Binary files a/docs/blog/images/2021-10-14/92uzyqB8oJ8tZJB9wAdoWQ.avif and b/docs/blog/images/2021-10-14/92uzyqB8oJ8tZJB9wAdoWQ.avif differ diff --git a/docs/blog/images/2021-12-17/PIUl1QGk7mOpSFdEwFQ8OA.avif b/docs/blog/images/2021-12-17/PIUl1QGk7mOpSFdEwFQ8OA.avif index 8a6cb9b1cc..3ee95503da 100644 Binary files a/docs/blog/images/2021-12-17/PIUl1QGk7mOpSFdEwFQ8OA.avif and b/docs/blog/images/2021-12-17/PIUl1QGk7mOpSFdEwFQ8OA.avif differ diff --git a/docs/blog/images/2021-12-23/4u3Fw49H5U-sqgyBoGsqw.avif b/docs/blog/images/2021-12-23/4u3Fw49H5U-sqgyBoGsqw.avif index 6b3d9bdad7..3ee95503da 100644 Binary files a/docs/blog/images/2021-12-23/4u3Fw49H5U-sqgyBoGsqw.avif and b/docs/blog/images/2021-12-23/4u3Fw49H5U-sqgyBoGsqw.avif differ diff --git a/docs/blog/images/2022-01-25/PIUl1QGk7mOpSFdEwFQ8OA.avif b/docs/blog/images/2022-01-25/PIUl1QGk7mOpSFdEwFQ8OA.avif index 8a6cb9b1cc..3ee95503da 100644 Binary files a/docs/blog/images/2022-01-25/PIUl1QGk7mOpSFdEwFQ8OA.avif and b/docs/blog/images/2022-01-25/PIUl1QGk7mOpSFdEwFQ8OA.avif differ diff --git a/docs/blog/images/2022-01-28/igoocYqr8gj8n9t8qr5cuA.avif b/docs/blog/images/2022-01-28/igoocYqr8gj8n9t8qr5cuA.avif index caa821d30f..a01858064d 100644 Binary files a/docs/blog/images/2022-01-28/igoocYqr8gj8n9t8qr5cuA.avif and b/docs/blog/images/2022-01-28/igoocYqr8gj8n9t8qr5cuA.avif differ diff --git a/docs/blog/images/2022-02-01/lL-fGNaIGYBC_eOBwSvdBw.avif b/docs/blog/images/2022-02-01/lL-fGNaIGYBC_eOBwSvdBw.avif index 39feae5d7a..ae5adb0fcb 100644 Binary files a/docs/blog/images/2022-02-01/lL-fGNaIGYBC_eOBwSvdBw.avif and b/docs/blog/images/2022-02-01/lL-fGNaIGYBC_eOBwSvdBw.avif differ diff --git a/docs/blog/images/2022-03-23/yYc8g4ifk9RApSjAhQysag.avif b/docs/blog/images/2022-03-23/yYc8g4ifk9RApSjAhQysag.avif index fed5ea172e..930f3b3810 100644 Binary files a/docs/blog/images/2022-03-23/yYc8g4ifk9RApSjAhQysag.avif and b/docs/blog/images/2022-03-23/yYc8g4ifk9RApSjAhQysag.avif differ diff --git a/docs/blog/images/2022-03-29/YR6QUEZel3nlNcTo6Pdlwg.avif b/docs/blog/images/2022-03-29/YR6QUEZel3nlNcTo6Pdlwg.avif index 60e2d54013..d7ad5ebd8b 100644 Binary files a/docs/blog/images/2022-03-29/YR6QUEZel3nlNcTo6Pdlwg.avif and b/docs/blog/images/2022-03-29/YR6QUEZel3nlNcTo6Pdlwg.avif differ diff --git a/docs/blog/images/2022-04-08/PJ3SRAadq0DxGiC9mCIWsA.avif b/docs/blog/images/2022-04-08/PJ3SRAadq0DxGiC9mCIWsA.avif index 96cfdf574a..42e1324061 100644 Binary files a/docs/blog/images/2022-04-08/PJ3SRAadq0DxGiC9mCIWsA.avif and b/docs/blog/images/2022-04-08/PJ3SRAadq0DxGiC9mCIWsA.avif differ diff --git a/docs/blog/images/2022-04-25/64nWVfUBihlYTLGWOvnc1g.avif b/docs/blog/images/2022-04-25/64nWVfUBihlYTLGWOvnc1g.avif index f810fff9a4..4943a737ac 100644 Binary files a/docs/blog/images/2022-04-25/64nWVfUBihlYTLGWOvnc1g.avif and b/docs/blog/images/2022-04-25/64nWVfUBihlYTLGWOvnc1g.avif differ diff --git a/docs/blog/images/2022-05-02/UAN1p_RMt38_IvB3CRpYTA.avif b/docs/blog/images/2022-05-02/UAN1p_RMt38_IvB3CRpYTA.avif index f5d47f5111..d06b585724 100644 Binary files a/docs/blog/images/2022-05-02/UAN1p_RMt38_IvB3CRpYTA.avif and b/docs/blog/images/2022-05-02/UAN1p_RMt38_IvB3CRpYTA.avif differ diff --git a/docs/blog/images/2022-05-11/gtsrJ-tMDZf9bvDLVSjQ.avif b/docs/blog/images/2022-05-11/gtsrJ-tMDZf9bvDLVSjQ.avif index 965c5e42a0..721c908653 100644 Binary files a/docs/blog/images/2022-05-11/gtsrJ-tMDZf9bvDLVSjQ.avif and b/docs/blog/images/2022-05-11/gtsrJ-tMDZf9bvDLVSjQ.avif differ diff --git a/docs/blog/images/2022-05-25/WPGHapKqT3IguWjeN5UgWg.avif b/docs/blog/images/2022-05-25/WPGHapKqT3IguWjeN5UgWg.avif index 5f70d0d7da..7bcb8840ca 100644 Binary files a/docs/blog/images/2022-05-25/WPGHapKqT3IguWjeN5UgWg.avif and b/docs/blog/images/2022-05-25/WPGHapKqT3IguWjeN5UgWg.avif differ diff --git a/docs/blog/images/2022-06-09/uScdSDGP4NgCKFrPdznbhw.avif b/docs/blog/images/2022-06-09/uScdSDGP4NgCKFrPdznbhw.avif index 1a44abb0d2..114c6d7384 100644 Binary files a/docs/blog/images/2022-06-09/uScdSDGP4NgCKFrPdznbhw.avif and b/docs/blog/images/2022-06-09/uScdSDGP4NgCKFrPdznbhw.avif differ diff --git a/docs/blog/images/2022-07-05/lpmHhIiE9v5yJI6nLi2dlw.avif b/docs/blog/images/2022-07-05/lpmHhIiE9v5yJI6nLi2dlw.avif index 49379fa81c..7df1a0130a 100644 Binary files a/docs/blog/images/2022-07-05/lpmHhIiE9v5yJI6nLi2dlw.avif and b/docs/blog/images/2022-07-05/lpmHhIiE9v5yJI6nLi2dlw.avif differ diff --git a/docs/blog/images/2022-07-14/ABrBjQPg4SrYzFQQXFxY-Q.avif b/docs/blog/images/2022-07-14/ABrBjQPg4SrYzFQQXFxY-Q.avif index de554fa96b..cd2999e5c2 100644 Binary files a/docs/blog/images/2022-07-14/ABrBjQPg4SrYzFQQXFxY-Q.avif and b/docs/blog/images/2022-07-14/ABrBjQPg4SrYzFQQXFxY-Q.avif differ diff --git a/docs/blog/images/2022-08-02/ZUzLD-4JgrEBIZb3dXOvag.avif b/docs/blog/images/2022-08-02/ZUzLD-4JgrEBIZb3dXOvag.avif index 35e2646c96..faff6a4ca5 100644 Binary files a/docs/blog/images/2022-08-02/ZUzLD-4JgrEBIZb3dXOvag.avif and b/docs/blog/images/2022-08-02/ZUzLD-4JgrEBIZb3dXOvag.avif differ diff --git a/docs/blog/images/2022-08-18/FBQVoC9YXF7wlq3dhxfQMQ.avif b/docs/blog/images/2022-08-18/FBQVoC9YXF7wlq3dhxfQMQ.avif index 54b4f16f3b..bbc7f465db 100644 Binary files a/docs/blog/images/2022-08-18/FBQVoC9YXF7wlq3dhxfQMQ.avif and b/docs/blog/images/2022-08-18/FBQVoC9YXF7wlq3dhxfQMQ.avif differ diff --git a/docs/blog/images/2022-10-12/RGQCNNO-SSQ8PHnIZ4BVTQ.avif b/docs/blog/images/2022-10-12/RGQCNNO-SSQ8PHnIZ4BVTQ.avif index 3049b10db1..fc4e89b6a6 100644 Binary files a/docs/blog/images/2022-10-12/RGQCNNO-SSQ8PHnIZ4BVTQ.avif and b/docs/blog/images/2022-10-12/RGQCNNO-SSQ8PHnIZ4BVTQ.avif differ diff --git a/docs/blog/images/2022-10-14/ReZPz_brTiYN84yvR7Hi2w.avif b/docs/blog/images/2022-10-14/ReZPz_brTiYN84yvR7Hi2w.avif index 43e7f4dd65..4bcece48eb 100644 Binary files a/docs/blog/images/2022-10-14/ReZPz_brTiYN84yvR7Hi2w.avif and b/docs/blog/images/2022-10-14/ReZPz_brTiYN84yvR7Hi2w.avif differ diff --git a/docs/blog/images/2022-11-17/a3eT-mjLsXTiHU5m.avif b/docs/blog/images/2022-11-17/a3eT-mjLsXTiHU5m.avif index a7c9532ca7..002a4d417f 100644 Binary files a/docs/blog/images/2022-11-17/a3eT-mjLsXTiHU5m.avif and b/docs/blog/images/2022-11-17/a3eT-mjLsXTiHU5m.avif differ diff --git a/docs/blog/images/2022-12-06/VXYjjWhOUpNuHFGCoF63OQ.avif b/docs/blog/images/2022-12-06/VXYjjWhOUpNuHFGCoF63OQ.avif index 04209268ca..52e40df654 100644 Binary files a/docs/blog/images/2022-12-06/VXYjjWhOUpNuHFGCoF63OQ.avif and b/docs/blog/images/2022-12-06/VXYjjWhOUpNuHFGCoF63OQ.avif differ diff --git a/docs/blog/images/2022-12-22/N4_XxtYFr-V2cF6fPoBO3g.avif b/docs/blog/images/2022-12-22/N4_XxtYFr-V2cF6fPoBO3g.avif index dc66976089..95eb38b06b 100644 Binary files a/docs/blog/images/2022-12-22/N4_XxtYFr-V2cF6fPoBO3g.avif and b/docs/blog/images/2022-12-22/N4_XxtYFr-V2cF6fPoBO3g.avif differ diff --git a/docs/blog/images/2023-01-10/kyMChnJ-X6jK9sbuaOdOiw.avif b/docs/blog/images/2023-01-10/kyMChnJ-X6jK9sbuaOdOiw.avif index c3d8e02b42..04e76a021e 100644 Binary files a/docs/blog/images/2023-01-10/kyMChnJ-X6jK9sbuaOdOiw.avif and b/docs/blog/images/2023-01-10/kyMChnJ-X6jK9sbuaOdOiw.avif differ diff --git a/docs/blog/images/2023-01-12/ucL7YQ2v8aaOy426soLPZA.avif b/docs/blog/images/2023-01-12/ucL7YQ2v8aaOy426soLPZA.avif index e7e0ea3b5c..eb664cd4dd 100644 Binary files a/docs/blog/images/2023-01-12/ucL7YQ2v8aaOy426soLPZA.avif and b/docs/blog/images/2023-01-12/ucL7YQ2v8aaOy426soLPZA.avif differ diff --git a/docs/blog/images/2023-01-18/Mkqkadhkk7DydWvPg5L0bA.avif b/docs/blog/images/2023-01-18/Mkqkadhkk7DydWvPg5L0bA.avif index 72ed8e27be..109ace8c34 100644 Binary files a/docs/blog/images/2023-01-18/Mkqkadhkk7DydWvPg5L0bA.avif and b/docs/blog/images/2023-01-18/Mkqkadhkk7DydWvPg5L0bA.avif differ diff --git a/docs/blog/images/2023-01-31/T-xiDccBOxMQpDrG.avif b/docs/blog/images/2023-01-31/T-xiDccBOxMQpDrG.avif index 6d630d5df1..ad852bc698 100644 Binary files a/docs/blog/images/2023-01-31/T-xiDccBOxMQpDrG.avif and b/docs/blog/images/2023-01-31/T-xiDccBOxMQpDrG.avif differ diff --git a/docs/blog/images/2023-02-09/TK4Kdj-cc890gQkgUtKNyA.avif b/docs/blog/images/2023-02-09/TK4Kdj-cc890gQkgUtKNyA.avif index 9e8d7d233b..bb8701ae5d 100644 Binary files a/docs/blog/images/2023-02-09/TK4Kdj-cc890gQkgUtKNyA.avif and b/docs/blog/images/2023-02-09/TK4Kdj-cc890gQkgUtKNyA.avif differ diff --git a/docs/blog/images/2023-02-16/2AAo-mng7QyJP9yC80zNFQ.avif b/docs/blog/images/2023-02-16/2AAo-mng7QyJP9yC80zNFQ.avif index 3b41040648..332708444b 100644 Binary files a/docs/blog/images/2023-02-16/2AAo-mng7QyJP9yC80zNFQ.avif and b/docs/blog/images/2023-02-16/2AAo-mng7QyJP9yC80zNFQ.avif differ diff --git a/docs/blog/images/2023-02-21/pJHhA04d6jIjOb5vpCDjyw.avif b/docs/blog/images/2023-02-21/pJHhA04d6jIjOb5vpCDjyw.avif index 61f1f0588c..52e37e5af4 100644 Binary files a/docs/blog/images/2023-02-21/pJHhA04d6jIjOb5vpCDjyw.avif and b/docs/blog/images/2023-02-21/pJHhA04d6jIjOb5vpCDjyw.avif differ diff --git a/docs/blog/images/2023-02-22/izlWzEYnkZ9myXi58Rmv8A.avif b/docs/blog/images/2023-02-22/izlWzEYnkZ9myXi58Rmv8A.avif index 66dc970701..247a4790d6 100644 Binary files a/docs/blog/images/2023-02-22/izlWzEYnkZ9myXi58Rmv8A.avif and b/docs/blog/images/2023-02-22/izlWzEYnkZ9myXi58Rmv8A.avif differ diff --git a/docs/blog/images/2023-02-28/PADY_RKrkXj39p4nj79ESw.avif b/docs/blog/images/2023-02-28/PADY_RKrkXj39p4nj79ESw.avif index 8046edc01c..41eb8b046c 100644 Binary files a/docs/blog/images/2023-02-28/PADY_RKrkXj39p4nj79ESw.avif and b/docs/blog/images/2023-02-28/PADY_RKrkXj39p4nj79ESw.avif differ diff --git a/docs/blog/images/2023-03-02/lEAhfd3d17hGichyT-oGbw.avif b/docs/blog/images/2023-03-02/lEAhfd3d17hGichyT-oGbw.avif index 683793a8fd..16a001c393 100644 Binary files a/docs/blog/images/2023-03-02/lEAhfd3d17hGichyT-oGbw.avif and b/docs/blog/images/2023-03-02/lEAhfd3d17hGichyT-oGbw.avif differ diff --git a/docs/blog/images/2023-03-08/2gKrC6_Yx3hVkQaHxnw5xw.avif b/docs/blog/images/2023-03-08/2gKrC6_Yx3hVkQaHxnw5xw.avif index e20dd579f4..ffb032f328 100644 Binary files a/docs/blog/images/2023-03-08/2gKrC6_Yx3hVkQaHxnw5xw.avif and b/docs/blog/images/2023-03-08/2gKrC6_Yx3hVkQaHxnw5xw.avif differ diff --git a/docs/blog/images/2023-03-10/fWQ53mw2itEs3SGAOJVonQ.avif b/docs/blog/images/2023-03-10/fWQ53mw2itEs3SGAOJVonQ.avif index 0d713264a2..02c67627e4 100644 Binary files a/docs/blog/images/2023-03-10/fWQ53mw2itEs3SGAOJVonQ.avif and b/docs/blog/images/2023-03-10/fWQ53mw2itEs3SGAOJVonQ.avif differ diff --git a/docs/blog/images/2023-04-19/featured_img.avif b/docs/blog/images/2023-04-19/featured_img.avif new file mode 100644 index 0000000000..54ed2dd0a6 Binary files /dev/null and b/docs/blog/images/2023-04-19/featured_img.avif differ diff --git a/docs/blog/images/2023-05-02/n8JTIcKSYkebBOl8zZuF9w.avif b/docs/blog/images/2023-05-02/n8JTIcKSYkebBOl8zZuF9w.avif index 32be10f4a6..6ccf8a5e87 100644 Binary files a/docs/blog/images/2023-05-02/n8JTIcKSYkebBOl8zZuF9w.avif and b/docs/blog/images/2023-05-02/n8JTIcKSYkebBOl8zZuF9w.avif differ diff --git a/docs/blog/images/2023-05-16/cVGLh0H-uOpy7-D6.avif b/docs/blog/images/2023-05-16/cVGLh0H-uOpy7-D6.avif index 49bf304e06..18b90da02c 100644 Binary files a/docs/blog/images/2023-05-16/cVGLh0H-uOpy7-D6.avif and b/docs/blog/images/2023-05-16/cVGLh0H-uOpy7-D6.avif differ diff --git a/docs/blog/images/2023-05-26/G2ynKDm6DIKLcZ2fJlV0dw.avif b/docs/blog/images/2023-05-26/G2ynKDm6DIKLcZ2fJlV0dw.avif index b80060bb03..1a92af7374 100644 Binary files a/docs/blog/images/2023-05-26/G2ynKDm6DIKLcZ2fJlV0dw.avif and b/docs/blog/images/2023-05-26/G2ynKDm6DIKLcZ2fJlV0dw.avif differ diff --git a/docs/blog/images/2023-06-20/EffyLKcVe5gE_x3MT8PJUQ.avif b/docs/blog/images/2023-06-20/EffyLKcVe5gE_x3MT8PJUQ.avif index fa4b2f7abd..656b35dbc7 100644 Binary files a/docs/blog/images/2023-06-20/EffyLKcVe5gE_x3MT8PJUQ.avif and b/docs/blog/images/2023-06-20/EffyLKcVe5gE_x3MT8PJUQ.avif differ diff --git a/docs/blog/images/2023-06-29/featured_img.avif b/docs/blog/images/2023-06-29/featured_img.avif new file mode 100644 index 0000000000..f4cd806586 Binary files /dev/null and b/docs/blog/images/2023-06-29/featured_img.avif differ diff --git a/docs/blog/images/2023-07-06/Gm3s_wLWrAf_uH2AzfJvvQ.avif b/docs/blog/images/2023-07-06/Gm3s_wLWrAf_uH2AzfJvvQ.avif index b3539cf34b..dcdd608ccb 100644 Binary files a/docs/blog/images/2023-07-06/Gm3s_wLWrAf_uH2AzfJvvQ.avif and b/docs/blog/images/2023-07-06/Gm3s_wLWrAf_uH2AzfJvvQ.avif differ diff --git a/docs/blog/images/2023-07-26/CPiI60mSguYXJzPfAHMbEQ.avif b/docs/blog/images/2023-07-26/CPiI60mSguYXJzPfAHMbEQ.avif index 36ba9b0b19..e8b95a036b 100644 Binary files a/docs/blog/images/2023-07-26/CPiI60mSguYXJzPfAHMbEQ.avif and b/docs/blog/images/2023-07-26/CPiI60mSguYXJzPfAHMbEQ.avif differ diff --git a/docs/blog/images/2023-08-03/NfJA7VBZvDwyyZHmV8qsiw.avif b/docs/blog/images/2023-08-03/NfJA7VBZvDwyyZHmV8qsiw.avif index 0710fbd83b..cf4a3a8c25 100644 Binary files a/docs/blog/images/2023-08-03/NfJA7VBZvDwyyZHmV8qsiw.avif and b/docs/blog/images/2023-08-03/NfJA7VBZvDwyyZHmV8qsiw.avif differ diff --git a/docs/blog/images/2023-08-10/j2QU-hjxt-1krFST8CGFiA.avif b/docs/blog/images/2023-08-10/j2QU-hjxt-1krFST8CGFiA.avif index c20e7379da..2782966270 100644 Binary files a/docs/blog/images/2023-08-10/j2QU-hjxt-1krFST8CGFiA.avif and b/docs/blog/images/2023-08-10/j2QU-hjxt-1krFST8CGFiA.avif differ diff --git a/docs/blog/images/2023-08-15/featured_img.avif b/docs/blog/images/2023-08-15/featured_img.avif new file mode 100644 index 0000000000..b77a7e801a Binary files /dev/null and b/docs/blog/images/2023-08-15/featured_img.avif differ diff --git a/docs/blog/images/2023-08-24/IpM0kZdUNXoDWV4r8J5xXQ.avif b/docs/blog/images/2023-08-24/IpM0kZdUNXoDWV4r8J5xXQ.avif index 8896d9a4f9..6aeec47a53 100644 Binary files a/docs/blog/images/2023-08-24/IpM0kZdUNXoDWV4r8J5xXQ.avif and b/docs/blog/images/2023-08-24/IpM0kZdUNXoDWV4r8J5xXQ.avif differ diff --git a/docs/blog/images/2023-09-06/16gTRcKon8B4IKYQAY9V8w.avif b/docs/blog/images/2023-09-06/16gTRcKon8B4IKYQAY9V8w.avif index 87046939bc..22748524df 100644 Binary files a/docs/blog/images/2023-09-06/16gTRcKon8B4IKYQAY9V8w.avif and b/docs/blog/images/2023-09-06/16gTRcKon8B4IKYQAY9V8w.avif differ diff --git a/docs/blog/images/2023-09-18/589bVpPTJ4D4IACBePXWQ.avif b/docs/blog/images/2023-09-18/589bVpPTJ4D4IACBePXWQ.avif index 671d7ef0b1..9bce8d4d38 100644 Binary files a/docs/blog/images/2023-09-18/589bVpPTJ4D4IACBePXWQ.avif and b/docs/blog/images/2023-09-18/589bVpPTJ4D4IACBePXWQ.avif differ diff --git a/docs/blog/images/2023-10-13/featured_img.avif b/docs/blog/images/2023-10-13/featured_img.avif new file mode 100644 index 0000000000..e2309bd38c Binary files /dev/null and b/docs/blog/images/2023-10-13/featured_img.avif differ diff --git a/docs/blog/images/2023-10-20/featured_img.avif b/docs/blog/images/2023-10-20/featured_img.avif new file mode 100644 index 0000000000..639ae179d8 Binary files /dev/null and b/docs/blog/images/2023-10-20/featured_img.avif differ diff --git a/docs/blog/images/2023-11-08/featured_img.avif b/docs/blog/images/2023-11-08/featured_img.avif new file mode 100644 index 0000000000..7b3e997609 Binary files /dev/null and b/docs/blog/images/2023-11-08/featured_img.avif differ diff --git a/docs/blog/images/2023-11-21/featured_img.avif b/docs/blog/images/2023-11-21/featured_img.avif new file mode 100644 index 0000000000..ee6ac59fae Binary files /dev/null and b/docs/blog/images/2023-11-21/featured_img.avif differ diff --git a/docs/blog/images/2023-11-22/featured_img.avif b/docs/blog/images/2023-11-22/featured_img.avif new file mode 100644 index 0000000000..1d20226a56 Binary files /dev/null and b/docs/blog/images/2023-11-22/featured_img.avif differ diff --git a/docs/blog/images/2023-12-20/featured_img.avif b/docs/blog/images/2023-12-20/featured_img.avif new file mode 100644 index 0000000000..cb23e864b0 Binary files /dev/null and b/docs/blog/images/2023-12-20/featured_img.avif differ diff --git a/docs/blog/images/2023-12-28/featured_img.avif b/docs/blog/images/2023-12-28/featured_img.avif new file mode 100644 index 0000000000..0406047be4 Binary files /dev/null and b/docs/blog/images/2023-12-28/featured_img.avif differ diff --git a/docs/blog/images/2024-01-24/january-webinar-card.avif b/docs/blog/images/2024-01-24/january-webinar-card.avif new file mode 100644 index 0000000000..ebf9d29960 Binary files /dev/null and b/docs/blog/images/2024-01-24/january-webinar-card.avif differ diff --git a/docs/blog/images/2024-02-05/featured_img.avif b/docs/blog/images/2024-02-05/featured_img.avif new file mode 100644 index 0000000000..67258c4718 Binary files /dev/null and b/docs/blog/images/2024-02-05/featured_img.avif differ diff --git a/docs/blog/images/2024-02-06/featured_img.avif b/docs/blog/images/2024-02-06/featured_img.avif new file mode 100644 index 0000000000..1103bc92c4 Binary files /dev/null and b/docs/blog/images/2024-02-06/featured_img.avif differ diff --git a/docs/blog/images/2024-02-07/featured_img.avif b/docs/blog/images/2024-02-07/featured_img.avif new file mode 100644 index 0000000000..bfc988d027 Binary files /dev/null and b/docs/blog/images/2024-02-07/featured_img.avif differ diff --git a/docs/blog/images/2024-02-09/featured_img.avif b/docs/blog/images/2024-02-09/featured_img.avif new file mode 100644 index 0000000000..a05cd8d10f Binary files /dev/null and b/docs/blog/images/2024-02-09/featured_img.avif differ diff --git a/docs/blog/images/2024-02-15/featured_img.avif b/docs/blog/images/2024-02-15/featured_img.avif new file mode 100644 index 0000000000..3374954778 Binary files /dev/null and b/docs/blog/images/2024-02-15/featured_img.avif differ diff --git a/docs/blog/images/2024-03-11/march-webinar.avif b/docs/blog/images/2024-03-11/march-webinar.avif new file mode 100644 index 0000000000..e2c9d39e1a Binary files /dev/null and b/docs/blog/images/2024-03-11/march-webinar.avif differ diff --git a/docs/blog/images/2024-03-20/featured_img.avif b/docs/blog/images/2024-03-20/featured_img.avif new file mode 100644 index 0000000000..4f8e829680 Binary files /dev/null and b/docs/blog/images/2024-03-20/featured_img.avif differ diff --git a/docs/blog/images/2024-03-21/featured_img.avif b/docs/blog/images/2024-03-21/featured_img.avif new file mode 100644 index 0000000000..c9621edf41 Binary files /dev/null and b/docs/blog/images/2024-03-21/featured_img.avif differ diff --git a/docs/blog/images/2024-04-17/april-webinar.avif b/docs/blog/images/2024-04-17/april-webinar.avif new file mode 100644 index 0000000000..e2772b14da Binary files /dev/null and b/docs/blog/images/2024-04-17/april-webinar.avif differ diff --git a/docs/blog/images/2024-04-19/featured_img.avif b/docs/blog/images/2024-04-19/featured_img.avif new file mode 100644 index 0000000000..34f0fe5f10 Binary files /dev/null and b/docs/blog/images/2024-04-19/featured_img.avif differ diff --git a/docs/blog/images/2024-05-08/nx-19-thumbnail.avif b/docs/blog/images/2024-05-08/nx-19-thumbnail.avif new file mode 100644 index 0000000000..ac2c141f7f Binary files /dev/null and b/docs/blog/images/2024-05-08/nx-19-thumbnail.avif differ diff --git a/docs/blog/images/2024-06-18/ep-1-hicham.avif b/docs/blog/images/2024-06-18/ep-1-hicham.avif new file mode 100644 index 0000000000..35a0683568 Binary files /dev/null and b/docs/blog/images/2024-06-18/ep-1-hicham.avif differ diff --git a/docs/blog/images/2024-06-26/June-Webinar-card.avif b/docs/blog/images/2024-06-26/June-Webinar-card.avif new file mode 100644 index 0000000000..86624b70d6 Binary files /dev/null and b/docs/blog/images/2024-06-26/June-Webinar-card.avif differ diff --git a/docs/blog/images/2024-07-19/ep-2-tine.avif b/docs/blog/images/2024-07-19/ep-2-tine.avif new file mode 100644 index 0000000000..042dbccde3 Binary files /dev/null and b/docs/blog/images/2024-07-19/ep-2-tine.avif differ diff --git a/docs/blog/images/2024-08-01/nx-19-5-thumbnail.avif b/docs/blog/images/2024-08-01/nx-19-5-thumbnail.avif new file mode 100644 index 0000000000..5287fa702d Binary files /dev/null and b/docs/blog/images/2024-08-01/nx-19-5-thumbnail.avif differ diff --git a/docs/blog/images/2024-08-14/ep-3-ahmed.avif b/docs/blog/images/2024-08-14/ep-3-ahmed.avif new file mode 100644 index 0000000000..71f9ce60b1 Binary files /dev/null and b/docs/blog/images/2024-08-14/ep-3-ahmed.avif differ diff --git a/docs/blog/images/2024-08-21/ep-4-cvent.avif b/docs/blog/images/2024-08-21/ep-4-cvent.avif new file mode 100644 index 0000000000..e671f05bbb Binary files /dev/null and b/docs/blog/images/2024-08-21/ep-4-cvent.avif differ diff --git a/docs/blog/images/2024-08-29/nx-live-trunk.avif b/docs/blog/images/2024-08-29/nx-live-trunk.avif new file mode 100644 index 0000000000..4dd88b0cb5 Binary files /dev/null and b/docs/blog/images/2024-08-29/nx-live-trunk.avif differ diff --git a/docs/blog/images/2024-09-12/next-gen-module-federation-deployments.avif b/docs/blog/images/2024-09-12/next-gen-module-federation-deployments.avif new file mode 100644 index 0000000000..8211702b8c Binary files /dev/null and b/docs/blog/images/2024-09-12/next-gen-module-federation-deployments.avif differ diff --git a/docs/blog/images/2024-09-16/mw-blog-post.jpg b/docs/blog/images/2024-09-16/mw-blog-post.jpg new file mode 100644 index 0000000000..5a06898739 Binary files /dev/null and b/docs/blog/images/2024-09-16/mw-blog-post.jpg differ diff --git a/docs/blog/images/2024-09-18/podcast-5-thumbnail.avif b/docs/blog/images/2024-09-18/podcast-5-thumbnail.avif new file mode 100644 index 0000000000..588df5bc99 Binary files /dev/null and b/docs/blog/images/2024-09-18/podcast-5-thumbnail.avif differ diff --git a/docs/blog/images/2024-09-20/thumbnail.avif b/docs/blog/images/2024-09-20/thumbnail.avif new file mode 100644 index 0000000000..ffc9d14615 Binary files /dev/null and b/docs/blog/images/2024-09-20/thumbnail.avif differ diff --git a/docs/blog/images/2024-10-03/nx-20-header.avif b/docs/blog/images/2024-10-03/nx-20-header.avif new file mode 100644 index 0000000000..16c854941e Binary files /dev/null and b/docs/blog/images/2024-10-03/nx-20-header.avif differ diff --git a/docs/blog/images/2024-10-29/nx-import-thumbnail.jpg b/docs/blog/images/2024-10-29/nx-import-thumbnail.jpg new file mode 100644 index 0000000000..f343b209d3 Binary files /dev/null and b/docs/blog/images/2024-10-29/nx-import-thumbnail.jpg differ diff --git a/docs/blog/images/2024-11-14/cors.avif b/docs/blog/images/2024-11-14/cors.avif new file mode 100644 index 0000000000..e7a5f65428 Binary files /dev/null and b/docs/blog/images/2024-11-14/cors.avif differ diff --git a/docs/blog/images/2024-11-25/thumbnail.avif b/docs/blog/images/2024-11-25/thumbnail.avif new file mode 100644 index 0000000000..8b3de46ec0 Binary files /dev/null and b/docs/blog/images/2024-11-25/thumbnail.avif differ diff --git a/docs/blog/images/2024-11-30/thumbnail.avif b/docs/blog/images/2024-11-30/thumbnail.avif new file mode 100644 index 0000000000..dd75bd21d9 Binary files /dev/null and b/docs/blog/images/2024-11-30/thumbnail.avif differ diff --git a/docs/blog/images/2024-12-16/thumbnail.avif b/docs/blog/images/2024-12-16/thumbnail.avif new file mode 100644 index 0000000000..59db1a18f0 Binary files /dev/null and b/docs/blog/images/2024-12-16/thumbnail.avif differ diff --git a/docs/blog/images/2025-01-06/nx-20-3.avif b/docs/blog/images/2025-01-06/nx-20-3.avif new file mode 100644 index 0000000000..a7adc76608 Binary files /dev/null and b/docs/blog/images/2025-01-06/nx-20-3.avif differ diff --git a/docs/blog/images/2025-01-09/thumbnail.avif b/docs/blog/images/2025-01-09/thumbnail.avif new file mode 100644 index 0000000000..95bf627cc2 Binary files /dev/null and b/docs/blog/images/2025-01-09/thumbnail.avif differ diff --git a/docs/blog/images/2025-01-22/Jan-webinar-image.avif b/docs/blog/images/2025-01-22/Jan-webinar-image.avif new file mode 100644 index 0000000000..fa265f5696 Binary files /dev/null and b/docs/blog/images/2025-01-22/Jan-webinar-image.avif differ diff --git a/docs/blog/images/2025-02-26/Feb-Webinar-Card.avif b/docs/blog/images/2025-02-26/Feb-Webinar-Card.avif new file mode 100644 index 0000000000..6ba3effb8e Binary files /dev/null and b/docs/blog/images/2025-02-26/Feb-Webinar-Card.avif differ diff --git a/docs/blog/images/2025-03-07/header.avif b/docs/blog/images/2025-03-07/header.avif index e84ccf8fa9..0bc933ac20 100644 Binary files a/docs/blog/images/2025-03-07/header.avif and b/docs/blog/images/2025-03-07/header.avif differ diff --git a/docs/blog/images/2025-03-17/modern-angular-testing.avif b/docs/blog/images/2025-03-17/modern-angular-testing.avif index 7ebccecf0c..7edb6ce02f 100644 Binary files a/docs/blog/images/2025-03-17/modern-angular-testing.avif and b/docs/blog/images/2025-03-17/modern-angular-testing.avif differ diff --git a/docs/blog/images/2025-03-19/March-2025-Webinar-card.avif b/docs/blog/images/2025-03-19/March-2025-Webinar-card.avif new file mode 100644 index 0000000000..36f2099c00 Binary files /dev/null and b/docs/blog/images/2025-03-19/March-2025-Webinar-card.avif differ diff --git a/docs/blog/images/2025-04-30/April-2025-Webinar-Card.avif b/docs/blog/images/2025-04-30/April-2025-Webinar-Card.avif new file mode 100644 index 0000000000..d21f2c7378 Binary files /dev/null and b/docs/blog/images/2025-04-30/April-2025-Webinar-Card.avif differ diff --git a/docs/blog/images/articles/ts-islands.avif b/docs/blog/images/articles/ts-islands.avif new file mode 100644 index 0000000000..adac1f7152 Binary files /dev/null and b/docs/blog/images/articles/ts-islands.avif differ diff --git a/docs/blog/images/evolving-nx/thumbnail.avif b/docs/blog/images/evolving-nx/thumbnail.avif new file mode 100644 index 0000000000..6e1582a6a8 Binary files /dev/null and b/docs/blog/images/evolving-nx/thumbnail.avif differ diff --git a/docs/blog/images/introducing-powerpack/thumbnail.avif b/docs/blog/images/introducing-powerpack/thumbnail.avif new file mode 100644 index 0000000000..9c30ba7538 Binary files /dev/null and b/docs/blog/images/introducing-powerpack/thumbnail.avif differ