Skip to content

Commit 2334d50

Browse files
committed
remove password
1 parent d16c9cb commit 2334d50

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

gatsby-config.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,6 @@ module.exports = {
4141
siteUrl: process.env.SITEURL || config.siteUrl,
4242
},
4343
plugins: [
44-
{
45-
resolve: '@mkitio/gatsby-theme-password-protect',
46-
options: {
47-
password: password // delete or `undefined` to disable password protection
48-
}
49-
},
5044
{
5145
resolve: `gatsby-plugin-google-gtag`,
5246
options: {

0 commit comments

Comments
 (0)