fix: search api on blog

This commit is contained in:
Manuel Garcia Genta
2022-04-11 13:02:44 -03:00
parent 04d995933e
commit c17090fa47
3 changed files with 14 additions and 18 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ overwrite: true
schema:
- 'https://graphql.datocms.com/':
headers:
Authorization: Bearer ${CMS_ACCESS_TOKEN}
Authorization: Bearer ${NEXT_PUBLIC_CMS_ACCESS_TOKEN}
documents: './src/**/*.{gql,graphql}'
generates:
./src/lib/cms/generated.ts: