add live + draft

This commit is contained in:
2024-10-27 20:12:54 +01:00
parent ff7910584c
commit e9abd5c6d4
20 changed files with 566 additions and 32 deletions

View File

@@ -3,7 +3,17 @@ import type { NextConfig } from "next";
const nextConfig: NextConfig = {
sassOptions: {
silenceDeprecations: ['legacy-js-api'],
}
},
images: {
remotePatterns: [
{
hostname: "cdn.sanity.io",
pathname: "/images/**",
protocol: "https",
}
]
},
};
export default nextConfig;