Skip to content

Commit

Permalink
fix: do not use title as seo description
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Jul 12, 2020
1 parent 6b01cff commit 5b60496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/store/src/Store/Store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,6 @@ export class Store implements StoryStore {
return component.info.description;
}
}
return doc.title;
return undefined;
};
}

0 comments on commit 5b60496

Please sign in to comment.