yogastic/yoga-app/next.config.ts
2024-12-30 22:06:05 +01:00

9 lines
159 B
TypeScript

import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
output: "standalone",
};
export default nextConfig;