hamburger/next.config.ts
yaemiku a0dde77659
All checks were successful
Build Full Stack / release-image (push) Successful in 3m25s
wawa
2024-12-22 01:54:37 +01:00

8 lines
128 B
TypeScript

import type { NextConfig } from "next";
const nextConfig: NextConfig = {
output: 'standalone'
};
export default nextConfig;