chore: add nip.io domain with SSL for HTTPS notifications
All checks were successful
Build frontend / build (push) Successful in 53s
All checks were successful
Build frontend / build (push) Successful in 53s
This commit is contained in:
@ -5,9 +5,14 @@ const nextConfig = {
|
||||
images: {
|
||||
remotePatterns: [
|
||||
{
|
||||
protocol: 'http',
|
||||
hostname: '45.93.137.91',
|
||||
pathname: '/api/Pictures/**',
|
||||
protocol: "https",
|
||||
hostname: "45.93.137.91.nip.io",
|
||||
pathname: "/api/Pictures/**",
|
||||
},
|
||||
{
|
||||
protocol: "http",
|
||||
hostname: "45.93.137.91",
|
||||
pathname: "/api/Pictures/**",
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user