hoàn thành chức năng giai đoạn 1

This commit is contained in:
2026-03-31 15:45:46 +07:00
parent 5d5ec7fb1a
commit 5baea90d61
5 changed files with 3429 additions and 12 deletions
+5
View File
@@ -0,0 +1,5 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
// NOTE: This file should not be edited
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.
@@ -1,7 +1,6 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
output: "standalone", // enables minimal Docker image via .next/standalone
/** @type {import('next').NextConfig} */
const nextConfig = {
output: "standalone",
async rewrites() {
return [
{
@@ -12,4 +11,4 @@ const nextConfig: NextConfig = {
},
};
export default nextConfig;
module.exports = nextConfig;
+3415
View File
File diff suppressed because it is too large Load Diff