Skip to content

Commit a98cd35

Browse files
committed
πŸ‘©πŸ»β€πŸ¦½πŸ›€πŸΌ ↝ Fixing build errors
1 parent 81f432a commit a98cd35

9 files changed

+11
-2624
lines changed

β€Ž.DS_Store

0 Bytes
Binary file not shown.

β€Žnext.config.js

+9-14
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
11
/** @type {import('next').NextConfig} */
2-
const withPWA = require('next-pwa')({
3-
dest: 'public',
4-
register: true,
5-
skipWaiting: true,
6-
})
7-
8-
module.exports = withPWA({
9-
// next.js config
10-
reactStrictMode: false,
11-
swcMinify: false,
12-
// images: {
13-
// unoptimised: true,
14-
// },
15-
});
2+
const nextConfig = {
3+
reactStrictMode: true,
4+
swcMinify: true,
5+
images: {
6+
unoptimized: true
7+
}
8+
};
9+
10+
module.exports = nextConfig;

β€Žpackage.json

-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
"clsx": "^2.0.0",
5252
"lucide-react": "^0.293.0",
5353
"next": "^13.0.2",
54-
"next-pwa": "^5.6.0",
5554
"package.json": "^2.0.1",
5655
"postcss": "^8.4.21",
5756
"react": "^18.2.0",

β€Žpages/_document.tsx

-50
This file was deleted.

β€Žpublic/sw.js

+1-101
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žpublic/sw.js.map

-1
This file was deleted.

β€Žpublic/workbox-9b4d2a02.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
Β (0)