first commit

This commit is contained in:
2025-11-06 13:59:10 +03:00
commit 778af9fd19
26 changed files with 2968 additions and 0 deletions

6
next.config.mjs Normal file
View File

@@ -0,0 +1,6 @@
import createNextIntlPlugin from "next-intl/plugin";
const nextConfig = {};
const withNextIntl = createNextIntlPlugin();
export default withNextIntl(nextConfig);