From 4a862241d34262c8c4a47d48abc7361841d45a9f Mon Sep 17 00:00:00 2001 From: dev-aly3n <79654879+dev-aly3n@users.noreply.github.com> Date: Tue, 9 Jan 2024 11:43:38 +0330 Subject: [PATCH] fix: markdown missing closing parenthesis for link (#4999) --- .../frontend-performance/content/recommended-guides.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/best-practices/frontend-performance/content/recommended-guides.md b/src/data/best-practices/frontend-performance/content/recommended-guides.md index 62cbea482..77410a7cb 100644 --- a/src/data/best-practices/frontend-performance/content/recommended-guides.md +++ b/src/data/best-practices/frontend-performance/content/recommended-guides.md @@ -37,7 +37,7 @@ - [The Web Performance impact of jQuery](https://twitter.com/TheRealNooshu/status/1509487050122276864) - [Have Single-Page Apps Ruined the Web? | Transitional Apps](https://www.youtube.com/watch?v=860d8usGC0o) - [Improve how you architect webapps](https://www.patterns.dev/) -- [Nuxt SSR Optimizing Tips](https://vueschool.io/articles/vuejs-tutorials/nuxt-ssr-optimizing-tips/, Filip Rakowski +- [Nuxt SSR Optimizing Tips](https://vueschool.io/articles/vuejs-tutorials/nuxt-ssr-optimizing-tips/), Filip Rakowski - [GPU accelerated JavaScript](https://gpu.rocks/#/) - [Introducing Partytown 🎉: Run Third-Party Scripts From a Web Worker](https://dev.to/adamdbradley/introducing-partytown-run-third-party-scripts-from-a-web-worker-2cnp) - [Astro: Astro is a fresh but familiar approach to building websites. Astro combines decades of proven performance best practices with the DX improvements of the component-oriented era. Use your favorite JavaScript framework and automatically ship the bare-minimum amount of JavaScript—by default.](https://docs.astro.build/getting-started/)