Skip to content

Commit

Permalink
Merge pull request #1533 from GrabarzUndPartner/renovate/nuxt-content…
Browse files Browse the repository at this point in the history
…-3.x

chore(deps): update dependency @nuxt/content to v3
  • Loading branch information
ThornWalli authored Jan 17, 2025
2 parents c8992ac + bf5f56a commit 4194b56
Show file tree
Hide file tree
Showing 32 changed files with 1,151 additions and 243 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ env/cert/*

dist
.output
.data
2 changes: 1 addition & 1 deletion .lintstagedrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"eslint ."
],
"*.(vue|css)": [
"stylelint --fix"
"stylelint"
]
}
14 changes: 14 additions & 0 deletions content.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
import { defineContentConfig, defineCollection } from '@nuxt/content';

export default defineContentConfig({
collections: {
page: defineCollection({
type: 'page',
source: 'pages/**/*.json'
}),
layout: defineCollection({
type: 'page',
source: 'layout/**.json'
})
}
});
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 4194b56

Please sign in to comment.