diff --git a/next.config.ts b/next.config.ts
index 4fa8b56..fbe3e9b 100644
--- a/next.config.ts
+++ b/next.config.ts
@@ -2,6 +2,46 @@ import type { NextConfig } from "next";
const nextConfig: NextConfig = {
output: 'standalone',
+ images: {
+ remotePatterns: [
+ {
+ protocol: 'https',
+ hostname: 'media.licdn.com',
+ port: '',
+ pathname: '/**',
+ },
+ {
+ protocol: 'https',
+ hostname: 'avatars.githubusercontent.com',
+ port: '',
+ pathname: '/**',
+ },
+ {
+ protocol: 'https',
+ hostname: 'lh3.googleusercontent.com',
+ port: '',
+ pathname: '/**',
+ },
+ {
+ protocol: 'https',
+ hostname: 'cdn.discordapp.com',
+ port: '',
+ pathname: '/**',
+ },
+ {
+ protocol: 'https',
+ hostname: 'images.unsplash.com',
+ port: '',
+ pathname: '/**',
+ },
+ {
+ protocol: 'https',
+ hostname: 'via.placeholder.com',
+ port: '',
+ pathname: '/**',
+ },
+ ],
+ },
turbopack: {
rules: {
'*.sql': ['raw'],
diff --git a/src/app/profile/page.tsx b/src/app/profile/page.tsx
index 70b2dc3..67cc6eb 100644
--- a/src/app/profile/page.tsx
+++ b/src/app/profile/page.tsx
@@ -140,138 +140,228 @@ export default function ProfilePage() {
- L'email ne peut pas être modifié -
+{profile.email}
+ +