docker mvp
This commit is contained in:
@@ -9,12 +9,13 @@ const withPWA = require("next-pwa")({
|
||||
|
||||
// const nextConfig: NextConfig = {
|
||||
// /* config options here */
|
||||
// reactStrictMode: true,
|
||||
// };
|
||||
|
||||
const nextConfig: NextConfig = withPWA({
|
||||
/* config options here */
|
||||
reactStrictMode: true,
|
||||
// output: "export",
|
||||
// output: "standalone",
|
||||
});
|
||||
|
||||
export default nextConfig;
|
||||
|
||||
Reference in New Issue
Block a user