Skip to content

Commit

Permalink
UPDATE packages / ADD htaccess
Browse files Browse the repository at this point in the history
  • Loading branch information
hazuremon committed Mar 22, 2022
1 parent 5aafbb2 commit 6f4c47f
Show file tree
Hide file tree
Showing 3 changed files with 361 additions and 395 deletions.
6 changes: 6 additions & 0 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ module.exports = {
resolve: "gatsby-source-wordpress",
options: {
url: process.env.WPGRAPHQL_URL,
auth: {
htaccess: {
username: process.env.HTUSER,
password: process.env.HTPASSWORD
}
}
},
},
"gatsby-plugin-sharp",
Expand Down
Loading

0 comments on commit 6f4c47f

Please sign in to comment.