diff options
author | 2021-08-12 23:50:31 +0530 | |
---|---|---|
committer | 2021-08-12 13:20:31 -0500 | |
commit | fbbb589d921cae62f42694c3081ebf8378d24a80 (patch) | |
tree | 83c718c9b1fa29526b2e3682e40b96d82dea1f7f /docs | |
parent | 0a04c69dbba991a5376c55defdc6ac3fe915c28c (diff) | |
download | astro-fbbb589d921cae62f42694c3081ebf8378d24a80.tar.gz astro-fbbb589d921cae62f42694c3081ebf8378d24a80.tar.zst astro-fbbb589d921cae62f42694c3081ebf8378d24a80.zip |
Nuxt.js official page url corrected (#1096)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/src/pages/comparing-astro-vs-other-tools.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/pages/comparing-astro-vs-other-tools.md b/docs/src/pages/comparing-astro-vs-other-tools.md index aa9f12745..af67f5a00 100644 --- a/docs/src/pages/comparing-astro-vs-other-tools.md +++ b/docs/src/pages/comparing-astro-vs-other-tools.md @@ -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. |