From 1b6fd83ba7c3cadea086f180f25d9c16dde085bb Mon Sep 17 00:00:00 2001 From: lbaker Date: Tue, 26 Oct 2021 11:01:57 -0700 Subject: [PATCH] fix: Match quickstarts type in config to meta tag --- gatsby-config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gatsby-config.js b/gatsby-config.js index ace3f0640..f91d05fa2 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -76,7 +76,7 @@ module.exports = { }, filters: { page: { - type: ['docs', 'developer', 'opensource', 'quick_starts'], + type: ['docs', 'developer', 'opensource', 'quickstarts'], document_type: [ '!views_page_menu', '!term_page_api_menu',