2018-06-25 09:19:20 +02:00
|
|
|
module.exports = {
|
|
|
|
|
siteMetadata: {
|
|
|
|
|
title: 'Saburly',
|
|
|
|
|
},
|
|
|
|
|
plugins: [
|
2018-06-27 14:20:54 +02:00
|
|
|
'gatsby-plugin-netlify',
|
2018-08-30 11:07:16 +02:00
|
|
|
'gatsby-plugin-page-transitions',
|
2018-06-25 09:19:20 +02:00
|
|
|
'gatsby-plugin-react-helmet',
|
|
|
|
|
{
|
|
|
|
|
resolve: 'gatsby-source-wordpress',
|
|
|
|
|
options: {
|
2018-08-29 14:05:56 +02:00
|
|
|
baseUrl: 'swp.sarajevo.net',
|
2018-06-25 09:19:20 +02:00
|
|
|
protocol: 'https',
|
|
|
|
|
hostingWPCOM: false,
|
|
|
|
|
useACF: true,
|
2018-07-06 10:18:15 +02:00
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
'gatsby-transformer-sharp',
|
|
|
|
|
'gatsby-plugin-sharp',
|
2018-06-25 09:19:20 +02:00
|
|
|
],
|
|
|
|
|
}
|