mirror of
https://github.com/i701/sarlink-portal.git
synced 2025-07-15 04:55:49 +00:00
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
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 5m25s
This commit is contained in:
@ -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