diff --git a/components/ueber-uns/teamCard.js b/components/ueber-uns/teamCard.js index 57a0bc2..ea9f8ab 100644 --- a/components/ueber-uns/teamCard.js +++ b/components/ueber-uns/teamCard.js @@ -1,9 +1,17 @@ +<<<<<<< HEAD +======= +import Image from "next/image"; +>>>>>>> f3ee49c9d2058fe0393ebe2c170d08faab6e1f34 import React from "react"; const TeamCard = (props) => { return (
+<<<<<<< HEAD ProfileImage +======= + ProfileImage +>>>>>>> f3ee49c9d2058fe0393ebe2c170d08faab6e1f34

{props.name}

{props.stellung}

diff --git a/next.config.js b/next.config.js index b7b2623..56b7c6f 100644 --- a/next.config.js +++ b/next.config.js @@ -4,6 +4,9 @@ const nextConfig = { experimental: { outputStandalone: true, }, + images: { + domains: ["cdn.discordapp.com"], + }, }; module.exports = nextConfig;