homelab-dashboard/next.config.js
Bilal Teke 764223db6c v3.2
2026-04-16 13:56:28 +02:00

6 lines
117 B
JavaScript

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