Skip to content

Commit

Permalink
Merge f2fe3f6 into 781be92
Browse files Browse the repository at this point in the history
  • Loading branch information
braianj committed Feb 28, 2023
2 parents 781be92 + f2fe3f6 commit 0d1342f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gatsby-browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import Categories from "./src/context/Category"
import Events from "./src/context/Event"
import ProfileSettings from "./src/context/ProfileSetting"

export const registerServiceWorker = () => true
export const registerServiceWorker = () => false

export const wrapRootElement = ({ element }) => (
<AuthProvider>
Expand Down

0 comments on commit 0d1342f

Please sign in to comment.