mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-08 16:06:13 +02:00
main page markdown content added
This commit is contained in:
committed by
Jean-Philippe Sirois
parent
fdade99f84
commit
e4c525a5dc
@@ -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