migrate on nuxt3
This commit is contained in:
33
.nuxt/content/manifest.ts
Normal file
33
.nuxt/content/manifest.ts
Normal file
@ -0,0 +1,33 @@
|
||||
export const checksums = {
|
||||
"content": "v3.5.0--bgIYhpjRuV8zbHJE_CfelwKpJ_Td6YuGJwixiek8lmI"
|
||||
}
|
||||
export const checksumsStructure = {
|
||||
"content": "bgIYhpjRuV8zbHJE_CfelwKpJ_Td6YuGJwixiek8lmI"
|
||||
}
|
||||
|
||||
export const tables = {
|
||||
"content": "_content_content",
|
||||
"info": "_content_info"
|
||||
}
|
||||
|
||||
export default {
|
||||
"content": {
|
||||
"type": "page",
|
||||
"fields": {
|
||||
"id": "string",
|
||||
"title": "string",
|
||||
"body": "json",
|
||||
"description": "string",
|
||||
"extension": "string",
|
||||
"meta": "json",
|
||||
"navigation": "json",
|
||||
"path": "string",
|
||||
"seo": "json",
|
||||
"stem": "string"
|
||||
}
|
||||
},
|
||||
"info": {
|
||||
"type": "data",
|
||||
"fields": {}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user