From 0a379031fedd07a7cb0c8b747606d34def31a322 Mon Sep 17 00:00:00 2001 From: Clinton Date: Tue, 20 Apr 2021 15:09:17 -0700 Subject: [PATCH] fix(related-resources): update swiftype type filter to include sonly results for specific sites --- gatsby-config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gatsby-config.js b/gatsby-config.js index c09d617ec..6e861c144 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -58,7 +58,7 @@ module.exports = { }, filters: { page: { - type: ['!blog', '!forum'], + type: ['docs', 'developer', 'opensource'], document_type: [ '!views_page_menu', '!term_page_api_menu',