Skip to content

Commit cea9b3e

Browse files
committed
fix: imports
1 parent 0815c33 commit cea9b3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

next.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/** @type {import('next').NextConfig} */
22

3-
import withPWA from "next-pwa";
3+
const withPWA = require("next-pwa");
44

55
const nextConfig = {
66
...withPWA({

0 commit comments

Comments
 (0)