mirror of
https://github.com/jxnblk/mdx-deck.git
synced 2024-11-29 13:58:02 +03:00
Add leia deck
This commit is contained in:
parent
634d4dead8
commit
1afa9f9375
10
packages/gatsby-theme/src/decks/leia.mdx
Normal file
10
packages/gatsby-theme/src/decks/leia.mdx
Normal file
@ -0,0 +1,10 @@
|
||||
|
||||
# Leia
|
||||
|
||||
---
|
||||
|
||||
Is the best cat
|
||||
|
||||
---
|
||||
|
||||
:kissing_cat:
|
@ -12,6 +12,7 @@ export default props => {
|
||||
return <Layout {...props} decks={decks} />
|
||||
}
|
||||
|
||||
// todo: filter??
|
||||
export const query = graphql`
|
||||
{
|
||||
allMdx {
|
||||
|
Loading…
Reference in New Issue
Block a user