fix: disable graphql
This commit is contained in:
parent
ddfd939075
commit
f395b7cdbc
1 changed files with 3 additions and 0 deletions
|
|
@ -92,6 +92,9 @@ export default buildConfig({
|
|||
Media,
|
||||
Users,
|
||||
],
|
||||
graphQL: {
|
||||
disable: true
|
||||
},
|
||||
editor: lexicalEditor(
|
||||
{
|
||||
features: () => [
|
||||
|
|
|
|||
Loading…
Reference in a new issue