Added packages wp, helmet and base config to fetch data with graphql
This commit is contained in:
17
gatsby-config.js
Normal file
17
gatsby-config.js
Normal file
@@ -0,0 +1,17 @@
|
||||
module.exports = {
|
||||
siteMetadata: {
|
||||
title: 'Saburly',
|
||||
},
|
||||
plugins: [
|
||||
'gatsby-plugin-react-helmet',
|
||||
{
|
||||
resolve: 'gatsby-source-wordpress',
|
||||
options: {
|
||||
baseUrl: 'swp.sarajevo.net',
|
||||
protocol: 'https',
|
||||
hostingWPCOM: false,
|
||||
useACF: true,
|
||||
}
|
||||
}
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user