Skip to content

Commit

Permalink
Set enablePWA to false by default (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
lwojcik authored Oct 3, 2023
1 parent 204eb43 commit b510f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/_data/siteConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ module.exports = {
},
maxPostLength: 500, // How many characters per each post excerpt?
maxItemsPerFeed: 10, // How many items should be fetched from each feed?
enablePWA: true, // If true, service worker is registered to make the site behave like a mobile app (PWA)
enablePWA: false, // If true, service worker is registered to make the site behave like a mobile app (PWA)
localCacheDuration: "7d", // For how long should network calls be cached locally? See https://www.11ty.dev/docs/plugins/fetch/#change-the-cache-duration
};

0 comments on commit b510f44

Please sign in to comment.