Files
link-free/gatsby-config.js

12 lines
201 B
JavaScript
Raw Normal View History

2020-12-11 22:54:12 -03:00
const metadata = require(`./content/metadata.json`)
2020-12-11 18:47:46 -03:00
module.exports = {
plugins: [
{
resolve: `@marscollective/gatsby-theme-link-free`,
options: {
metadata
}
}
]
}