wishlist-client/next.config.js

8 lines
138 B
JavaScript
Raw Normal View History

2022-04-24 23:12:11 +02:00
/** @type {import('next').NextConfig} */
module.exports = {
reactStrictMode: true,
2022-04-24 23:25:12 +02:00
experimental: {
outputStandalone: true,
},
2022-04-24 23:12:11 +02:00
}