/** * @type {import('gatsby').GatsbyConfig} */ module.exports = { siteMetadata: { title: `АудитКонсалт`, siteUrl: `https://www.yourdomain.tld` }, plugins: ["gatsby-plugin-postcss", "gatsby-plugin-image", "gatsby-plugin-sitemap", "gatsby-plugin-sharp", "gatsby-transformer-sharp", { resolve: 'gatsby-source-filesystem', options: { "name": "images", "path": "./src/images/" }, __key: "images" }] };