Skip to content

Commit

Permalink
fix: fix broken install link (#2990)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntnyq authored Jan 16, 2025
1 parent 12c9880 commit b8da5ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export async function loadContentConfig(nuxt: Nuxt, options: { defaultFallback?:
const hasNoCollections = Object.keys(collectionsConfig || {}).length === 0

if (hasNoCollections) {
logger.warn('No content configuration found, falling back to default collection. In order to have full control over your collections, create the config file in project root. See: https://content.nuxt.com/getting-started/installation')
logger.warn('No content configuration found, falling back to default collection. In order to have full control over your collections, create the config file in project root. See: https://content.nuxt.com/docs/getting-started/installation')
}

const collections = resolveCollections(hasNoCollections ? defaultConfig.collections : collectionsConfig)
Expand Down

0 comments on commit b8da5ee

Please sign in to comment.