feat(web): add private company and portfolio presence

This commit is contained in:
Jan Wagner
2026-08-16 00:35:49 +02:00
parent f8c5aa0426
commit 3a1154ef03
8 changed files with 390 additions and 83 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
output: "standalone",
};
export default nextConfig;