owltide/next.config.ts

8 lines
128 B
TypeScript
Raw Normal View History

2025-02-26 11:53:10 +01:00
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
2025-02-27 22:41:14 +01:00
output: "standalone",
2025-02-26 11:53:10 +01:00
};
export default nextConfig;