mirror of
https://github.com/dsoaress/link-free.git
synced 2026-08-16 22:46:04 +01:00
🏗 Change demos structure
This commit is contained in:
14
gatsby-config.js
Normal file
14
gatsby-config.js
Normal file
@@ -0,0 +1,14 @@
|
||||
const fs = require(`fs`)
|
||||
const metadataFile = `./content/metadata.json`
|
||||
const metadata = fs.existsSync(metadataFile) ? require(metadataFile) : ''
|
||||
|
||||
module.exports = {
|
||||
plugins: [
|
||||
{
|
||||
resolve: `@marscollective/gatsby-theme-link-free`,
|
||||
options: {
|
||||
metadata
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user