chore: add nip.io domain with SSL for HTTPS notifications
All checks were successful
Build frontend / build (push) Successful in 53s

This commit is contained in:
Claw AI
2026-03-31 22:38:00 +00:00
parent c546e11ed3
commit ba389042c2

View File

@ -5,9 +5,14 @@ const nextConfig = {
images: { images: {
remotePatterns: [ remotePatterns: [
{ {
protocol: 'http', protocol: "https",
hostname: '45.93.137.91', hostname: "45.93.137.91.nip.io",
pathname: '/api/Pictures/**', pathname: "/api/Pictures/**",
},
{
protocol: "http",
hostname: "45.93.137.91",
pathname: "/api/Pictures/**",
}, },
], ],
}, },