website-2/next.config.js
2022-04-20 11:43:15 +10:00

7 lines
113 B
JavaScript

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