Skip to content

Commit

Permalink
Experiment with optimizing page loads
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzhang1618 committed May 24, 2024
1 parent 964791d commit deac345
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 301 deletions.
3 changes: 3 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ const nextConfig = {
});
return config;
},
experimental: {
appDocumentPreloading: true,
},
};

module.exports = withPWA(nextConfig);
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@
"test:ui": "yarn cypress open"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/material": "^5.11.6",
"@next/env": "^13.2.4",
"@svgr/webpack": "^6.5.1",
"axios": "^1.6.0",
Expand Down
Loading

0 comments on commit deac345

Please sign in to comment.