open-weights-breakout / next.config.ts
burtenshaw's picture
burtenshaw HF Staff
Deploy stripped-down logo breakout game
689e46b verified
Raw
History Blame Contribute Delete
133 Bytes
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
};
export default nextConfig;