mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-13 16:22:59 +10:00
- fix issue with firebase-hooks
- implement custom useAuthState
This commit is contained in:
@ -17,6 +17,12 @@ module.exports = {
|
||||
resolve: `gatsby-plugin-create-client-paths`,
|
||||
options: { prefixes: [`/app/*`] },
|
||||
},
|
||||
{
|
||||
resolve: `gatsby-plugin-offline`,
|
||||
options: {
|
||||
precachePages: [`/`, `/app/*`],
|
||||
},
|
||||
},
|
||||
`gatsby-plugin-lodash`,
|
||||
`gatsby-plugin-react-helmet`,
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user