Skip to content

Commit

Permalink
fix: Prevent hard-reload maybe...
Browse files Browse the repository at this point in the history
  • Loading branch information
ContentsViewer committed Apr 14, 2024
1 parent c511a06 commit 06550ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,9 @@ export default withPWA({
})({
basePath: basePath,
reactStrictMode: true,
output: "export"
output: "export",
experimental: {
clientRouterFilter: false // HOOOOO
}
});

2 changes: 1 addition & 1 deletion public/sw.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 06550ef

Please sign in to comment.