mirror of
https://github.com/bendtherules/multimeter-connect-web.git
synced 2026-08-18 13:52:26 +00:00
Update next-pwa settings
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
const withPWA = require("next-pwa")({
|
||||
dest: "public",
|
||||
skipWaiting: true,
|
||||
register: true,
|
||||
sw: "/sw.js",
|
||||
});
|
||||
|
||||
/** @type {import('next').NextConfig} */
|
||||
|
||||
Reference in New Issue
Block a user