]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
docs: update link to Nuxt website (#2200)
authorMichael Synan <93357198+michaelsynan@users.noreply.github.com>
Sat, 13 May 2023 14:06:49 +0000 (10:06 -0400)
committerGitHub <noreply@github.com>
Sat, 13 May 2023 14:06:49 +0000 (15:06 +0100)
* Update nuxt.md

Updated Nuxt URL

* docs: update name to just Nuxt

---------

Co-authored-by: Daniel Roe <daniel@roe.dev>
packages/docs/ssr/nuxt.md

index c1fd41cd6dbb85e6e5e7a28f3e52cc4c3bda6244..946e20fb604ad0c6179e8314dba49b162eb45af4 100644 (file)
@@ -1,6 +1,6 @@
 # Nuxt.js
 
-Using Pinia with [Nuxt.js](https://nuxtjs.org/) is easier since Nuxt takes care of a lot of things when it comes to _server side rendering_. For instance, **you don't need to care about serialization nor XSS attacks**. Pinia supports Nuxt Bridge and Nuxt 3. For bare Nuxt 2 support, [see below](#nuxt-2-without-bridge).
+Using Pinia with [Nuxt](https://nuxt.com/) is easier since Nuxt takes care of a lot of things when it comes to _server side rendering_. For instance, **you don't need to care about serialization nor XSS attacks**. Pinia supports Nuxt Bridge and Nuxt 3. For bare Nuxt 2 support, [see below](#nuxt-2-without-bridge).
 
 ## Installation