generated from pascalmartineau/wp-skeleton
chore: disable site indexing
All checks were successful
Deploy WordPress and Nuxt / deploy (push) Successful in 1m1s
All checks were successful
Deploy WordPress and Nuxt / deploy (push) Successful in 1m1s
This commit is contained in:
@@ -24,7 +24,7 @@ export default defineNuxtConfig({
|
|||||||
css: ["~/assets/css/main.css"],
|
css: ["~/assets/css/main.css"],
|
||||||
|
|
||||||
site: {
|
site: {
|
||||||
indexable: true,
|
indexable: false,
|
||||||
url: "https://cultureat.ca",
|
url: "https://cultureat.ca",
|
||||||
name: "Conseil de la culture de l'Abitibi-Témiscamingue",
|
name: "Conseil de la culture de l'Abitibi-Témiscamingue",
|
||||||
},
|
},
|
||||||
@@ -45,7 +45,9 @@ export default defineNuxtConfig({
|
|||||||
preset: "cloudflare_module",
|
preset: "cloudflare_module",
|
||||||
},
|
},
|
||||||
|
|
||||||
hub: {},
|
hub: {
|
||||||
|
workers: true,
|
||||||
|
},
|
||||||
|
|
||||||
eslint: {
|
eslint: {
|
||||||
config: {
|
config: {
|
||||||
|
|||||||
@@ -8708,7 +8708,7 @@ type MediaSize {
|
|||||||
}
|
}
|
||||||
|
|
||||||
"""The Membership type"""
|
"""The Membership type"""
|
||||||
type Membership implements ContentNode & DatabaseIdentifier & Node & NodeWithAuthor & NodeWithFeaturedImage & NodeWithRevisions & NodeWithTemplate & NodeWithTitle & Previewable & UniformResourceIdentifiable & WithAcfPostMembership {
|
type Membership implements ContentNode & DatabaseIdentifier & Node & NodeWithAuthor & NodeWithFeaturedImage & NodeWithRevisions & NodeWithTemplate & NodeWithTitle & UniformResourceIdentifiable & WithAcfPostMembership {
|
||||||
"""The ancestors of the content node."""
|
"""The ancestors of the content node."""
|
||||||
ancestors(
|
ancestors(
|
||||||
"""
|
"""
|
||||||
@@ -8880,7 +8880,7 @@ type Membership implements ContentNode & DatabaseIdentifier & Node & NodeWithAut
|
|||||||
postMembership: PostMembership
|
postMembership: PostMembership
|
||||||
|
|
||||||
"""Connection between the Membership type and the Membership type"""
|
"""Connection between the Membership type and the Membership type"""
|
||||||
preview: MembershipToPreviewConnectionEdge
|
preview: MembershipToPreviewConnectionEdge @deprecated(reason: "The "Membership" Type is not publicly queryable and does not support previews. This field will be removed in the future.")
|
||||||
|
|
||||||
"""The database id of the preview node"""
|
"""The database id of the preview node"""
|
||||||
previewRevisionDatabaseId: Int
|
previewRevisionDatabaseId: Int
|
||||||
@@ -9060,7 +9060,7 @@ type MembershipToPreviewConnectionEdge implements Edge & MembershipConnectionEdg
|
|||||||
cursor: String
|
cursor: String
|
||||||
|
|
||||||
"""The node of the connection, without the edges"""
|
"""The node of the connection, without the edges"""
|
||||||
node: Membership!
|
node: Membership! @deprecated(reason: "The "Membership" Type is not publicly queryable and does not support previews. This field will be removed in the future.")
|
||||||
}
|
}
|
||||||
|
|
||||||
"""Connection between the Membership type and the Membership type"""
|
"""Connection between the Membership type and the Membership type"""
|
||||||
|
|||||||
Reference in New Issue
Block a user