frontend: add route to view other user profiles by id

This commit is contained in:
Kentai Radiquum 2024-04-27 10:39:57 +05:00
parent 9392345480
commit 78ca3ef054
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
4 changed files with 39 additions and 5 deletions

View file

@ -7,6 +7,10 @@ const nextConfig = {
protocol: "https",
hostname: "anixstatic.com",
},
{
protocol: "https",
hostname: "i.imgur.com",
},
],
},
};