Skip to content

Commit a183b50

Browse files
authored
Merge pull request #338 from valor-software/hotfix-links-changed
feat(hotfix): changed links nestjs press-release
2 parents 662e2ba + a33c3b2 commit a183b50

3 files changed

Lines changed: 10 additions & 8 deletions

File tree

libs/route-pages/home-page/src/main-page.component.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
<img src="assets/img/bg-img/main_page/main_page_bg_rspack.png" alt="Rspack mascot"
55
class="block lg:hidden h-full w-full max-h-700 object-contain my-10" style="width: 100%; height: 100%">
66

7-
<h1 class="font-bold text-light_title_col text-4xl leading-44 md:leading-66 md:text-64 mb-8 md:w-11/12 ">Announcing Rspack: A new and high-performance frontend bundler</h1>
8-
<p class="leading-6 text-grey_font_col lg:mb-8 mb-14">The Rust-Based Web Bundler that Combines High Performance with webpack Interoperability
7+
<h1 class="font-bold text-light_title_col text-4xl leading-44 md:leading-66 md:text-64 mb-8 md:w-11/12 ">Extreme build performance NestJS</h1>
8+
<p class="leading-6 text-grey_font_col lg:mb-8 mb-14">Leveraging Rspack and Nx while working to increase build performance for NestJS
99
</p>
10-
<a class="btn-pink flex md:justify-between justify-center py-5 px-10 w-full lg:w-auto" routerLink="/press-release/rs-pack-rust-based-web-bundler"
10+
<a class="btn-pink flex md:justify-between justify-center py-5 px-10 w-full lg:w-auto" routerLink="/press-release/nestjs-rspack-cicd-performance"
1111
>Learn more
1212
<!-- <img src="assets/img/icons/arrow.svg" class="ml-2 rotate-90" alt=""> -->
1313
</a>

libs/route-pages/press-release/src/pages/nestjs-rspack-cicd-performance/nestjs-rspack-cicd-performance.component.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,11 @@ <h2 class="!text-2xl !mt-9 !mb-5">Results</h2>
100100

101101
<quote author="Antoine Pairet"
102102
authorTitle="Founder and CTO at Rosa">
103-
<p>“Migrating NestJS to Rspack is a part of an overall build process improvement project for Rosa. Valor was
104-
able to take our build times from roughly 40 minutes to 7 minutes in less than a month. After we pull through
105-
the remaining changes that are in progress we expect to be under 3 minutes for our full build.”
103+
<p>
104+
“Migrating NestJS to Rspack is a part of an overall build process improvement project for Rosa.
105+
Thanks to Valor, we were was able to take our build times from roughly 30 minutes to 7 minutes in less than a month.
106+
After we pull through the remaining changes that are in progress we expect to be under 3 minutes for our full build on our CI pipeline.
107+
We are looking forward to share more details once we wrap it up.”
106108
</p>
107109
</quote>
108110

libs/route-pages/press-release/src/pages/nestjs-rspack-cicd-performance/nestjs-rspack-cicd-performance.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ export class NestjsRspackCicdPerformanceComponent {
1313

1414
public readonly additionalLinks = [
1515
{ src: 'assets/press-releases/icons/discord.svg', href: 'http://bit.ly/3F2nyOX', alt: 'Discord' },
16-
{ src: 'assets/press-releases/icons/github.svg', href: 'https://github.com/web-infra-dev/rspack', alt: 'Github' },
16+
{ src: 'assets/press-releases/icons/github.svg', href: 'https://github.com/nrwl/nx-labs/tree/main/packages/rspack', alt: 'Github' },
1717
{
1818
src: 'assets/press-releases/icons/rspack.svg',
19-
href: 'https://github.com/nrwl/nx-labs/tree/main/packages/rspack',
19+
href: 'https://www.rspack.dev/',
2020
alt: 'Rspack'
2121
},
2222
{ src: 'assets/press-releases/icons/nx.svg', href: 'https://nx.dev/packages/rspack', alt: 'NX' },

0 commit comments

Comments
 (0)