mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-06-27 16:10:30 +08:00
Merge pull request #326 from KarthikRaju391/discord-credentials
Use Discord Credentials when available
This commit is contained in:
@@ -2,6 +2,14 @@
|
||||
const nextConfig = {
|
||||
output: "standalone",
|
||||
reactStrictMode: true,
|
||||
images: {
|
||||
remotePatterns: [
|
||||
{
|
||||
protocol: "https",
|
||||
hostname: "**.discordapp.com",
|
||||
},
|
||||
],
|
||||
},
|
||||
experimental: {
|
||||
/* Disabling this for now only because it causes a warning in the console that cannot be silenced for eslint
|
||||
If this can be resolved, we should re-enable this.
|
||||
|
||||
@@ -42,7 +42,7 @@ export function UserMenu() {
|
||||
className="flex items-center gap-4 p-1 lg:pr-6 rounded-full transition-colors duration-300"
|
||||
>
|
||||
<Image
|
||||
src="/images/temp-avatars/av5.jpg"
|
||||
src={session.user.image || "/images/temp-avatars/av1.jpg"}
|
||||
alt="Profile Picture"
|
||||
width="36"
|
||||
height="36"
|
||||
|
||||
Reference in New Issue
Block a user