mirror of
https://github.com/dsoaress/link-free.git
synced 2026-08-16 22:46:04 +01:00
12 lines
201 B
JavaScript
12 lines
201 B
JavaScript
const metadata = require(`./content/metadata.json`)
|
|
module.exports = {
|
|
plugins: [
|
|
{
|
|
resolve: `@marscollective/gatsby-theme-link-free`,
|
|
options: {
|
|
metadata
|
|
}
|
|
}
|
|
]
|
|
}
|