branding assets

This commit is contained in:
Max Peintner
2023-05-23 10:12:19 +02:00
parent 935c7af196
commit 4dfe6c2bcd
5 changed files with 62 additions and 11 deletions

View File

@@ -7,6 +7,12 @@ const nextConfig = {
},
images: {
remotePatterns: [
{
protocol: "https",
hostname: process.env.ZITADEL_API_URL.replace("https://", ""),
port: "",
pathname: "/**",
},
{
protocol: "https",
hostname: "zitadel.com",