From a076719559652249b23365f9bbfe437f27ae2537 Mon Sep 17 00:00:00 2001 From: Lee Ravenberg Date: Wed, 25 May 2022 17:26:27 +0200 Subject: [PATCH] Content comment is now link to option docs --- docs/content/2.get-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/2.get-started.md b/docs/content/2.get-started.md index 2696e39e8..5bf89f7ed 100644 --- a/docs/content/2.get-started.md +++ b/docs/content/2.get-started.md @@ -101,7 +101,7 @@ export default defineNuxtConfig({ '@nuxt/content' ], content: { - // Options + // https://content.nuxtjs.org/api/configuration } }) ```