Files
dragonsstash/next.config.ts
xCyanGrizzly 3a5726e82b Init
2026-02-18 14:26:36 +01:00

8 lines
129 B
TypeScript

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