Skip to content

Commit f7371d9

Browse files
committed
Chore: Toggle next config's pwa
1 parent 3afa92a commit f7371d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

next.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ const nextConfig = {
1111
basePath: isDevServer ? "/absproxy/3000" : "",
1212
};
1313

14-
// module.exports = withPWA(nextConfig);
15-
module.exports = nextConfig;
14+
module.exports = withPWA(nextConfig);
15+
// module.exports = nextConfig;

0 commit comments

Comments
 (0)