mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-08 23:44:09 +02:00
main page markdown content added
This commit is contained in:
committed by
Jean-Philippe Sirois
parent
3398a87093
commit
6ef875f51f
@@ -19,6 +19,13 @@ module.exports = {
|
||||
path: `${__dirname}/src/images`,
|
||||
},
|
||||
},
|
||||
{
|
||||
resolve: `gatsby-source-filesystem`,
|
||||
options: {
|
||||
name: `site`,
|
||||
path: `${__dirname}/src/content/site`,
|
||||
},
|
||||
},
|
||||
{
|
||||
resolve: `gatsby-source-filesystem`,
|
||||
options: {
|
||||
|
||||
Reference in New Issue
Block a user