feat:update all page

This commit is contained in:
TuanVT
2026-05-26 16:43:42 +07:00
parent bce004352c
commit 56e2733d8f
18 changed files with 480 additions and 262 deletions
+10
View File
@@ -4,6 +4,16 @@ const nextConfig: NextConfig = {
turbopack: {
root: process.cwd(),
},
images: {
remotePatterns: [
{
protocol: "http",
hostname: "127.0.0.1",
port: "5264",
pathname: "/uploads/**",
},
],
},
};
export default nextConfig;