SUDIP_TUNGA

Explorer

SUDIP_TUNGA
Outline
Timeline
1import type { NextConfig } from "next";
2
3const nextConfig: NextConfig = {
4 reactStrictMode: true,
5 images: {
6 remotePatterns: [
7 { protocol: "https", hostname: "images.unsplash.com" },
8 // Add CDN / S3 bucket for project screenshots if needed
9 ],
10 },
11 experimental: {
12 typedRoutes: true,
13 },
14};
15
16export default nextConfig;
Copilot·sudip.dev
gpt-4o

Ask me anything about Sudip Tunga

~/Development/SUDIP_TUNGA
╰─❯
master
Launchpad
48
{..}: 12
sudip tunga (5 days ago)
Ln 5, Col 66
Spaces: 2
UTF-8
LF
HTML
Go Live
Prettier