feat: add ProjectsPage and ProjectsContent components with project data integration

This commit is contained in:
poyrazavsever
2026-03-10 21:36:42 +03:00
parent 5d83541761
commit 0ccecf6b41
5 changed files with 400 additions and 1 deletions
+8 -1
View File
@@ -1,7 +1,14 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
images: {
remotePatterns: [
{
protocol: "https",
hostname: "ghchart.rshah.org",
},
],
},
};
export default nextConfig;