rm next-pwa (deprecated)

This commit is contained in:
PascalR
2025-02-11 19:30:46 +01:00
parent ee5ead8139
commit 824b405ccd
3 changed files with 189 additions and 3124 deletions

View File

@@ -1,9 +1,5 @@
import withPWA from 'next-pwa';
const config = {
dest: 'public'
};
const nextConfig = {
output: 'standalone',
images: {
@@ -18,4 +14,4 @@ const nextConfig = {
},
};
export default withPWA(config)(nextConfig);
export default (nextConfig);

3306
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -31,7 +31,6 @@
"light-bolt11-decoder": "^3.1.1",
"lucide-react": "^0.475.0",
"next": "14.2.20",
"next-pwa": "^5.6.0",
"next-themes": "^0.2.1",
"nostr-react": "^0.7.0",
"nostr-tools": "^2.4.0",