Adding UI of FeedBack, Registration, Admin console

This commit is contained in:
2026-05-12 20:54:15 +07:00
parent 6a48d6351c
commit dd95ff5a21
30 changed files with 10038 additions and 36 deletions
+6 -1
View File
@@ -21,7 +21,12 @@ const nextConfig: NextConfig = {
hostname: "127.0.0.1",
port: "3001",
pathname: "/**",
}
},
{
protocol: "https",
hostname: "lh3.googleusercontent.com",
pathname: "/**",
},
],
},
};