Files
graduation/next.config.ts
T

6 lines
101 B
TypeScript

import type { NextConfig } from 'next'
const nextConfig: NextConfig = {}
export default nextConfig