Skip to content

Commit

Permalink
fix: Match quickstarts type in config to meta tag
Browse files Browse the repository at this point in the history
  • Loading branch information
LizBaker committed Oct 26, 2021
1 parent 626b38c commit 1b6fd83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 1b6fd83

Please sign in to comment.