Files
portfolio-2/next.config.ts
Ahmed Al-Taiar 257d56c327
All checks were successful
Publish Docker Image / Publish Docker Image (push) Successful in 49s
docker fix
2025-04-30 22:40:33 -04:00

6 lines
104 B
TypeScript

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