website-2/next.config.js
2022-07-19 10:39:44 +10:00

5 lines
85 B
JavaScript

/** @type {import('next').NextConfig} */
module.exports = {
output: 'standalone'
}