Initial commit from Create Next App

This commit is contained in:
Thanakarn Klangkasame
2025-10-31 12:46:13 +07:00
commit 031aca3b7e
26 changed files with 7016 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;