1
Fork 0
todocolors/todoblue/next.config.js

7 lines
116 B
JavaScript
Raw Normal View History

2023-07-29 15:58:17 +02:00
/** @type {import('next').NextConfig} */
const nextConfig = {
output: "standalone",
}
2023-07-29 15:58:17 +02:00
module.exports = nextConfig