rebuild with gatsby
This commit is contained in:
18
gatsby-config.js
Normal file
18
gatsby-config.js
Normal file
@@ -0,0 +1,18 @@
|
||||
module.exports = {
|
||||
siteMetadata: {
|
||||
title: `Social OjO`,
|
||||
siteUrl: `https://www.yourdomain.tld`
|
||||
},
|
||||
plugins: [
|
||||
{
|
||||
resolve: 'gatsby-source-filesystem',
|
||||
options: {
|
||||
name: `pages`,
|
||||
path: `${__dirname}/src`,
|
||||
},
|
||||
},
|
||||
"gatsby-plugin-image",
|
||||
"gatsby-plugin-sharp",
|
||||
"gatsby-transformer-sharp",
|
||||
]
|
||||
};
|
||||
Reference in New Issue
Block a user