website-2/next.config.js

5 lines
85 B
JavaScript
Raw Normal View History

2022-04-10 20:15:15 +10:00
/** @type {import('next').NextConfig} */
2022-04-20 11:43:15 +10:00
module.exports = {
output: 'standalone'
2022-04-20 11:43:15 +10:00
}