everydayserieswebsite/next.config.ts
2025-02-26 19:27:15 +05:30

9 lines
152 B
TypeScript

import type { NextConfig } from "next";
const nextConfig: NextConfig = {
images: {
domains: ["unsplash.com"],
},
};
export default nextConfig;