From: Michael Synan <93357198+michaelsynan@users.noreply.github.com> Date: Sat, 13 May 2023 14:06:49 +0000 (-0400) Subject: docs: update link to Nuxt website (#2200) X-Git-Tag: @pinia/nuxt@0.4.11~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2bcb9e9c74215601bf402a2043752bafa43e8fb3;p=thirdparty%2Fvuejs%2Fpinia.git docs: update link to Nuxt website (#2200) * Update nuxt.md Updated Nuxt URL * docs: update name to just Nuxt --------- Co-authored-by: Daniel Roe --- diff --git a/packages/docs/ssr/nuxt.md b/packages/docs/ssr/nuxt.md index c1fd41cd..946e20fb 100644 --- a/packages/docs/ssr/nuxt.md +++ b/packages/docs/ssr/nuxt.md @@ -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