Files
links/.history/frontend/linktree-frontend/next.config_20250506105332.ts
2025-05-06 20:44:33 +09:00

8 lines
133 B
TypeScript

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