Reflect career progression from Technical Product Owner to AI Solution Architect & Technical Architect (since June 2024). Add AI & ML skill category (LangChain, RAG, Agentic Systems, MCP Server). Pin dependency versions, clean up config, move favicon, and add new PDF assets. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
11 lines
165 B
TypeScript
11 lines
165 B
TypeScript
import type { NextConfig } from "next";
|
|
|
|
const nextConfig: NextConfig = {
|
|
output: 'export',
|
|
images: {
|
|
unoptimized: true,
|
|
},
|
|
};
|
|
|
|
export default nextConfig;
|