We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0815c33 commit cea9b3eCopy full SHA for cea9b3e
next.config.js
@@ -1,6 +1,6 @@
1
/** @type {import('next').NextConfig} */
2
3
-import withPWA from "next-pwa";
+const withPWA = require("next-pwa");
4
5
const nextConfig = {
6
...withPWA({
0 commit comments