From 2bcb9e9c74215601bf402a2043752bafa43e8fb3 Mon Sep 17 00:00:00 2001 From: Michael Synan <93357198+michaelsynan@users.noreply.github.com> Date: Sat, 13 May 2023 10:06:49 -0400 Subject: [PATCH] docs: update link to Nuxt website (#2200) * Update nuxt.md Updated Nuxt URL * docs: update name to just Nuxt --------- Co-authored-by: Daniel Roe --- packages/docs/ssr/nuxt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2