initial commit

This commit is contained in:
Siwat Sirichai 2025-06-21 12:09:47 +07:00
commit a606796d9e
26 changed files with 2606 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;