Add PWA setup

This commit is contained in:
2023-07-17 10:55:00 +05:30
parent 5985e0ca21
commit ade11a93e6
8 changed files with 6213 additions and 7 deletions
+9 -3
View File
@@ -1,4 +1,10 @@
/** @type {import('next').NextConfig} */
const nextConfig = {}
const withPWA = require("next-pwa")({
dest: "public",
});
module.exports = nextConfig
/** @type {import('next').NextConfig} */
const nextConfig = {};
module.exports = withPWA({
nextConfig,
});