feat(admin): add usertable and update next config ✨
This commit is contained in:
+4
-14
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user