mirror of
https://github.com/codebox283/everydayserieswebsite.git
synced 2025-06-19 20:40:52 +00:00
9 lines
152 B
TypeScript
9 lines
152 B
TypeScript
import type { NextConfig } from "next";
|
|
|
|
const nextConfig: NextConfig = {
|
|
images: {
|
|
domains: ["unsplash.com"],
|
|
},
|
|
};
|
|
|
|
export default nextConfig; |