chore: delete old static frontend and rename frontend-next to frontend

This commit is contained in:
akukanara
2026-05-31 17:00:16 +07:00
Unverified
parent c8c6bc5770
commit aa57b2cdf9
79 changed files with 5 additions and 247 deletions
+10
View File
@@ -0,0 +1,10 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
output: 'export',
images: {
unoptimized: true,
},
};
export default nextConfig;