@@ -9,6 +9,7 @@ const withPWA = require("next-pwa")({
* @type {import('next').NextConfig}
*/
const nextConfig = {
+ swcMinify: true,
reactStrictMode: true,
exportPathMap: async () => ({
"/": { page: "/" },