correct tags
This commit is contained in:
@@ -254,7 +254,7 @@ export async function getPostsByTag(slug, first = 14, after = null) {
|
||||
async () => {
|
||||
const query = `
|
||||
query GetPostsByTag($first: Int!, $after: String, $slug: ID!) {
|
||||
tag(id: $slug, idType: NAME) {
|
||||
tag(id: $slug, idType: SLUG) {
|
||||
id
|
||||
databaseId
|
||||
name
|
||||
|
||||
Reference in New Issue
Block a user