Skip to content

Commit

Permalink
pwa support
Browse files Browse the repository at this point in the history
  • Loading branch information
ReneWerner87 committed Jan 25, 2023
1 parent 61ba082 commit f73ca9b
Show file tree
Hide file tree
Showing 8 changed files with 1,302 additions and 11 deletions.
12 changes: 12 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,18 @@ const config = {
},
},
],
[
'@docusaurus/plugin-pwa',
{
debug: false,
offlineModeActivationStrategies: [
'appInstalled',
'standalone',
'queryString',
],

},
],
],

presets: [
Expand Down
Loading

0 comments on commit f73ca9b

Please sign in to comment.