fix: fix build issues with mdx pages
By moving all mdx under `content/`.
This commit is contained in:
parent
358cf17413
commit
f4c0ae3ff5
3 changed files with 3 additions and 3 deletions
|
|
@ -50,14 +50,14 @@ const config: GatsbyConfig = {
|
|||
resolve: "gatsby-source-filesystem",
|
||||
options: {
|
||||
name: "pages",
|
||||
path: "./src/pages/"
|
||||
path: "./src/content/pages/"
|
||||
},
|
||||
},
|
||||
{
|
||||
resolve: "gatsby-source-filesystem",
|
||||
options: {
|
||||
name: "posts",
|
||||
path: "./src/posts/",
|
||||
path: "./src/content/posts/",
|
||||
},
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue