Nuxt.js official page url corrected (#1096)

This commit is contained in:
Naeem N 2021-08-12 23:50:31 +05:30 committed by Fred K. Schott
parent 8ae9035c65
commit c7397bc25f

View file

@ -142,7 +142,7 @@ One big reason behind this performance difference is Astro's smaller JavaScript
## Nuxt vs. Astro
[Nuxt](https://nextjs.org/) is a popular website & application framework for Vue. It is similar to Next.js.
[Nuxt](https://nuxtjs.org/) is a popular website & application framework for Vue. It is similar to Next.js.
Nuxt uses Vue to render your website. Astro is more flexible: you can use any UI component libraries (React, Preact, Vue, Svelte, and others) or Astro's built-in component syntax that is similar to HTML/JSX.