fix global views throwing errors on render

This commit is contained in:
Jarrod Flesch
2025-05-02 08:23:37 -04:00
parent a2d394ec82
commit 780becc88a
2 changed files with 7 additions and 1 deletions

View File

@@ -25,7 +25,12 @@ export default buildConfigWithDefaults({
globals: [
{
slug: 'global',
fields: [],
fields: [
{
name: 'title',
type: 'text',
},
],
},
],
// onInit: seed,