mirror of
https://github.com/TheRealOwenRees/echecsfrance.git
synced 2026-07-23 04:26:57 +00:00
PWA
This commit is contained in:
+5
-1
@@ -7,5 +7,9 @@ const withBundleAnalyzer = require("@next/bundle-analyzer")({
|
||||
|
||||
const withNextIntl = require("next-intl/plugin")("./i18n.ts");
|
||||
|
||||
const withPWA = require("next-pwa")({
|
||||
dest: "public",
|
||||
});
|
||||
|
||||
module.exports = nextConfig;
|
||||
module.exports = withBundleAnalyzer(withNextIntl({}));
|
||||
module.exports = withBundleAnalyzer(withNextIntl(withPWA({})));
|
||||
|
||||
Reference in New Issue
Block a user