0
Fork 0
mirror of https://github.com/stonith404/pingvin-share.git synced 2025-01-15 01:14:27 -05:00

Remove PWA build files

This commit is contained in:
Elias Schneider 2022-04-28 15:22:25 +02:00
parent e9aaa0b3d3
commit 22bca7692e
No known key found for this signature in database
GPG key ID: D5EC1C72D93244FD
4 changed files with 5 additions and 5 deletions

4
.gitignore vendored
View file

@ -34,3 +34,7 @@ yarn-error.log*
# typescript
*.tsbuildinfo
.env
# PWA
/public/workbox-*
/public/sw.*

View file

@ -5,9 +5,7 @@ const withPWA = require("next-pwa");
const nextConfig = withPWA({
reactStrictMode: true,
pwa: {
dest: "public",
register: true,
skipWaiting: true,
dest: "public"
},
})

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long