feat: Template CPT and section

This commit is contained in:
2026-03-27 11:18:06 -04:00
parent 12774b2df1
commit 967c516a70
7 changed files with 290 additions and 4 deletions

View File

@@ -31,9 +31,8 @@ export default defineNuxtConfig({
graphql: {
client: {
cache: {
keyVersion: version,
},
cache: { keyVersion: version },
ssrForwardHeaders: ["authorization", "cookie"],
},
server: {
context: ["server/graphql/context.ts"],