This repository has been archived on 2026-06-15. You can view files and clone it, but cannot push or open issues or pull requests.
Files
MediaLore/next.config.ts
2026-03-25 16:18:23 -04:00

6 lines
101 B
TypeScript

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