feat(admin): add usertable and update next config
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 5m25s

This commit is contained in:
2025-07-13 23:09:02 +05:00
parent d198a1bdcf
commit 780239dbbe
2 changed files with 130 additions and 197 deletions

View File

@ -4,20 +4,10 @@ const nextConfig: NextConfig = {
/* config options here */
images: {
remotePatterns: [
{
protocol: "http",
hostname: "verifypersonapi.baraveli.dev",
pathname: "/images/**",
search: "",
port: "",
},
{
protocol: "https",
hostname: "i.pravatar.cc",
pathname: "/300/**",
search: "",
port: "",
},
new URL('http://people-api.sarlink.net/images/**'),
new URL('http://verifypersonapi.baraveli.dev/images/**'),
new URL('https://i.pravatar.cc/300/**'),
new URL('https://sarlink-portal.vercel.app/**'),
],
},
output: "standalone",