generated from pascalmartineau/wp-skeleton
refactor: better project structure
All checks were successful
Deploy WordPress and Nuxt / deploy (push) Successful in 6m3s
All checks were successful
Deploy WordPress and Nuxt / deploy (push) Successful in 6m3s
This commit is contained in:
@@ -20,6 +20,10 @@ export default defineNuxtConfig({
|
||||
],
|
||||
},
|
||||
|
||||
imports: {
|
||||
dirs: ["~~/shared/schemas"],
|
||||
},
|
||||
|
||||
devtools: { enabled: true },
|
||||
css: ["~/assets/css/main.css"],
|
||||
|
||||
@@ -64,7 +68,7 @@ export default defineNuxtConfig({
|
||||
graphqlMiddleware: {
|
||||
graphqlEndpoint: process.env.NUXT_GRAPHQL_ENDPOINT || "https://wp.cultureat.ca/graphql",
|
||||
downloadSchema: isDev,
|
||||
schemaPath: "server/graphql/schema.graphql",
|
||||
schemaPath: "server/schema.graphql",
|
||||
},
|
||||
|
||||
robots: {
|
||||
|
||||
Reference in New Issue
Block a user