/** @type {import('next').NextConfig} */
module.exports = {
experimental: {
outputStandalone: true,
},
}