21 lines
402 B
JavaScript
21 lines
402 B
JavaScript
module.exports = {
|
|
siteMetadata: {
|
|
title: 'Saburly',
|
|
},
|
|
plugins: [
|
|
'gatsby-plugin-netlify',
|
|
'gatsby-plugin-react-helmet',
|
|
{
|
|
resolve: 'gatsby-source-wordpress',
|
|
options: {
|
|
baseUrl: 'swp.sarajevo.net',
|
|
protocol: 'https',
|
|
hostingWPCOM: false,
|
|
useACF: true,
|
|
},
|
|
},
|
|
'gatsby-transformer-sharp',
|
|
'gatsby-plugin-sharp',
|
|
],
|
|
}
|