Skip to content
This repository has been archived by the owner on Apr 19, 2021. It is now read-only.

Commit

Permalink
exclude the extension uninstall page from the build.
Browse files Browse the repository at this point in the history
  • Loading branch information
nisarhassan12 committed Jan 19, 2021
1 parent 9c75be8 commit f932d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ module.exports = {
{
// Exclude pages from the page build -- https://www.gatsbyjs.org/packages/gatsby-plugin-exclude/
resolve: 'gatsby-plugin-exclude',
options: { paths: ['/docs/README'] }
options: { paths: ['/docs/README', '/extension-uninstall'] }
},
{
resolve: 'gatsby-transformer-remark',
Expand Down

0 comments on commit f932d44

Please sign in to comment.