Skip to content

Commit cd3a278

Browse files
committed
#1934-issue-fixed-3
1 parent 253cdb5 commit cd3a278

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/templates/tags.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,7 @@ export const pageQuery = graphql`
113113
limit: 2000
114114
sort: { fields: [frontmatter___date], order: DESC }
115115
filter: {
116-
frontmatter: { tags: { regex: $tagRE }, disbale: { ne: true } }
117-
}
116+
frontmatter: { tags: { regex: $tagRE },disable: {ne: true} }}
118117
) {
119118
totalCount
120119
edges {

0 commit comments

Comments
 (0)