From 24bdfeba93807e05c0daa8c02930d52bdac85c58 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Wed, 10 Apr 2024 17:21:41 +0200 Subject: [PATCH] Update docs/content/2.setup.md --- docs/content/2.setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/2.setup.md b/docs/content/2.setup.md index b40893f3..2c73febf 100644 --- a/docs/content/2.setup.md +++ b/docs/content/2.setup.md @@ -11,7 +11,7 @@ description: Learn how to setup strapi module in your Nuxt 3 application. npx nuxi@latest module add strapi ``` -Then, add `@nuxtjs/strapi` to the [`modules`](https://nuxt.com/docs/api/configuration/nuxt-config#modules) section of your Nuxt configuration: +2. Add it to the `modules` section in your `nuxt.config.ts`: ```ts [nuxt.config.ts] export default defineNuxtConfig({