feat: modernize portfolio with architectural design system and production-ready docker/prisma config

This commit is contained in:
AyrisAI
2026-04-04 02:34:29 +03:00
parent e2c700a99a
commit 81709cdfff
16 changed files with 1085 additions and 192 deletions

View File

@@ -1,7 +1,15 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
output: 'standalone',
images: {
remotePatterns: [
{
protocol: 'https',
hostname: 'images.unsplash.com',
},
],
},
};
export default nextConfig;