mirror of
				https://github.com/mastermindzh/rickvanlieshout.com
				synced 2025-10-31 16:49:49 +01:00 
			
		
		
		
	chore(gatsby): updated gatsby + deps and added canonical links
This commit is contained in:
		| @@ -13,12 +13,10 @@ const categoriesQuery = async (graphql: CreatePagesArgs["graphql"]) => { | ||||
|   const result = await graphql<CategoriesQueryResult>(` | ||||
|     { | ||||
|       allMarkdownRemark( | ||||
|         filter: { | ||||
|           frontmatter: { template: { eq: "post" }, draft: { ne: true } } | ||||
|         } | ||||
|         sort: { order: DESC, fields: [frontmatter___date] } | ||||
|         filter: { frontmatter: { template: { eq: "post" }, draft: { ne: true } } } | ||||
|         sort: { frontmatter: { date: DESC } } | ||||
|       ) { | ||||
|         group(field: frontmatter___category) { | ||||
|         group(field: { frontmatter: { category: SELECT } }) { | ||||
|           fieldValue | ||||
|           totalCount | ||||
|         } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user