Skip to content

Commit

Permalink
fix: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
pmelab committed Apr 15, 2023
1 parent 808ae69 commit 6fc407a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 71 deletions.
8 changes: 0 additions & 8 deletions apps/website/gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,5 @@ module.exports = {
type_prefix: '',
},
},
{
resolve: 'gatsby-plugin-netlify',
options: {
mergeSecurityHeaders: false,
// mergeCachingHeaders: false,
// generateMatchPathRewrites: false,
},
},
],
};
1 change: 0 additions & 1 deletion apps/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"@custom/ui": "workspace:*",
"gatsby": "^5.7.0",
"gatsby-plugin-manifest": "^5.7.0",
"gatsby-plugin-netlify": "^5.1.0",
"react": "experimental",
"react-dom": "experimental"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"scripts": {
"postinstall": "husky install || true",
"commit": "git-cz",
"test": "turbo test:integration --output-logs=new-only --concurrency=1 --force",
"test": "turbo test:integration --output-logs=new-only --concurrency=1",
"test:quick": "turbo test:static --output-logs=errors-only && turbo test:unit --output-logs=errors-only",
"prep": "turbo prep --output-logs=new-only"
},
Expand Down
64 changes: 3 additions & 61 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6fc407a

Please sign in to comment.