Skip to content

Commit

Permalink
changed next config
Browse files Browse the repository at this point in the history
  • Loading branch information
Andcool-Systems committed Oct 9, 2024
1 parent b8e5c19 commit c3f385d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ const nextConfig = {
images: {
remotePatterns: [
{
protocol: "https",
hostname: "cdn.discordapp.com",
protocol: "http",
hostname: "192.168.0.53",
port: "",
pathname: "/avatars/**",
pathname: "/**",
},
{
protocol: "https",
hostname: "discord-cdn.pplbandage.ru",
hostname: "pplbandage.ru",
port: "",
pathname: "/**",
},
Expand Down

0 comments on commit c3f385d

Please sign in to comment.