Files
pasargad/next.config.ts
T

6 lines
104 B
TypeScript
Raw Normal View History

import type { NextConfig } from 'next';
2025-05-31 13:17:46 +03:30
const nextConfig: NextConfig = {};
2025-05-31 13:17:46 +03:30
export default nextConfig;