1
Fork 0
mirror of https://github.com/Steffo99/todocolors.git synced 2024-10-16 15:27:27 +00:00
todocolors/todoblue/next.config.js

6 lines
116 B
JavaScript

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