Initial commit: New industrial design with green theme

This commit is contained in:
Kunthawat Greethong
2026-02-25 22:04:30 +07:00
commit ed1150ceaf
255 changed files with 15546 additions and 0 deletions

15
vercel.json Normal file
View File

@@ -0,0 +1,15 @@
{
"buildCommand": "npm run build",
"outputDirectory": ".next",
"framework": "nextjs",
"regions": ["sin1"],
"env": {
"NEXT_PUBLIC_WORDPRESS_API_URL": "@wordpress_api_url",
"NEXT_PUBLIC_SITE_URL": "https://dealplustech.co.th",
"NEXT_PUBLIC_PHONE": "090-555-1415",
"NEXT_PUBLIC_EMAIL": "dealplustech@gmail.com",
"NEXT_PUBLIC_LINE_ID": "jppselection",
"NEXT_PUBLIC_FACEBOOK_URL": "https://www.facebook.com/Dealplustech/",
"NEXT_PUBLIC_COMPANY_ADDRESS": "9/70 ซอยนครลุง 17 แขวงบางไผ่ เขตบางแค กทม. 10160"
}
}