We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c2fc77 commit cb12d03Copy full SHA for cb12d03
package.json
@@ -6,7 +6,10 @@
6
"keywords": [
7
"nuxt",
8
"content",
9
- "module"
+ "nuxt-module",
10
+ "cms",
11
+ "markdown",
12
+ "mdc"
13
],
14
"repository": {
15
"type": "git",
src/module.ts
@@ -46,8 +46,10 @@ const databaseVersion = 'v3.3.0'
46
47
export default defineNuxtModule<ModuleOptions>({
48
meta: {
49
- name: 'Content',
+ name: '@nuxt/content',
50
configKey: 'content',
51
+ version,
52
+ docs: 'https://content.nuxt.com',
53
},
54
defaults: {
55
_localDatabase: {
0 commit comments