Skip to content

Commit c12fd7b

Browse files
Merge pull request #111 from bitlogic/SBIT-568-poder-destacar-blog-por-categorias
Se agregan los cambios de blogs
2 parents 4942ded + 47d4697 commit c12fd7b

File tree

5 files changed

+37
-17147
lines changed

5 files changed

+37
-17147
lines changed

gatsby-config.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
2-
31
module.exports = {
42
trailingSlash: "always",
53
siteMetadata: {
@@ -104,8 +102,8 @@ module.exports = {
104102
resolve: `gatsby-source-strapi`,
105103
options: {
106104
// apiURL: `http://lb-bitlogic-strapi-dev-48805770.sa-east-1.elb.amazonaws.com:1337`,
107-
apiURL: `https://strapi.bitlogic.io`,
108-
//apiURL: process.env.STRAPI_URL,
105+
//apiURL: `https://strapi.bitlogic.io`,
106+
apiURL: process.env.STRAPI_URL,
109107
//apiURL: 'http://127.0.0.1:1337',
110108
queryLimit: 1000,
111109
collectionTypes: [

0 commit comments

Comments
 (0)