6 Blog post

This commit is contained in:
2025-09-02 11:59:51 +02:00
parent 2a1412a52d
commit 148cb6d283
66 changed files with 10494 additions and 0 deletions

7
next.config.ts Normal file
View File

@@ -0,0 +1,7 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
};
export default nextConfig;