feat: add imagevaultImage utils and types

This commit is contained in:
Christel Westerberg
2024-03-26 16:36:39 +01:00
committed by Michael Zetterberg
parent a641894abf
commit 274e203335
6 changed files with 216 additions and 2 deletions

View File

@@ -8,7 +8,6 @@ jiti("./env/client")
/** @type {import('next').NextConfig} */
const nextConfig = {
eslint: { ignoreDuringBuilds: true },
images: {
remotePatterns: [
{
@@ -16,6 +15,10 @@ const nextConfig = {
hostname: "eu-images.contentstack.com",
pathname: "/v3/assets/**",
},
{
protocol: "https",
hostname: "imagevault-stage.scandichotels.com",
},
],
},