Fix some error

This commit is contained in:
Thanh Quy - wolf
2026-03-22 15:47:10 +07:00
parent 9da99c6495
commit 4cc1e76dd7
12 changed files with 360 additions and 207 deletions
+10 -3
View File
@@ -1,7 +1,14 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
};
/**
* Next.js configuration.
*
* Currently uses all defaults — no custom rewrites, redirects, or image domains needed.
* Add options here as the project grows (e.g. `images.remotePatterns` when using
* external image URLs, `experimental.serverActions` for form handling, etc.)
*
* Docs: https://nextjs.org/docs/app/api-reference/next-config-js
*/
const nextConfig: NextConfig = {};
export default nextConfig;