Implement nuxt-content

This commit is contained in:
2020-12-12 14:32:09 +01:00
parent 728a0261af
commit ebe7b2eae3
53 changed files with 1970 additions and 750 deletions

4
config/Content.ts Normal file
View File

@@ -0,0 +1,4 @@
export default {
apiPrefix: 'api',
nestedProperties: ['categories.slug'],
}