mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-06 23:43:45 +02:00
feat: Implement mdx
This commit is contained in:
@@ -18,7 +18,7 @@ const ALL_RESOURCES = graphql`
|
||||
edges {
|
||||
node {
|
||||
relativePath
|
||||
childMarkdownRemark {
|
||||
childMdx {
|
||||
frontmatter {
|
||||
authors
|
||||
title
|
||||
@@ -31,7 +31,7 @@ const ALL_RESOURCES = graphql`
|
||||
edges {
|
||||
node {
|
||||
relativePath
|
||||
childMarkdownRemark {
|
||||
childMdx {
|
||||
frontmatter {
|
||||
authors
|
||||
title
|
||||
|
||||
Reference in New Issue
Block a user