feat: Add new blog section, marketing landing page, dashboard, SEO documentation, and supporting image assets.

This commit is contained in:
Timo
2026-01-05 22:14:49 +01:00
parent b628930d55
commit 170c2e9c80
26 changed files with 1703 additions and 44 deletions

View File

@@ -19,6 +19,7 @@ const nextConfig = {
maxInactiveAge: 25 * 1000,
pagesBufferLength: 2,
},
poweredByHeader: false,
};
export default nextConfig;