feat: add imagevaultImage utils and types
This commit is contained in:
committed by
Michael Zetterberg
parent
a641894abf
commit
274e203335
@@ -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",
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user