Files
CICD/next.config.ts
SpecialX 83dd36d842
Some checks failed
CI / build-and-test (push) Has been cancelled
feat: init Next.js app and CI
2025-12-12 16:21:14 +08:00

8 lines
133 B
TypeScript

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