diff --git a/next/components/marquee.tsx b/next/components/marquee.tsx index c34aad8..4972fd9 100644 --- a/next/components/marquee.tsx +++ b/next/components/marquee.tsx @@ -104,7 +104,7 @@ export default function Marquee({ 1800 ? 1800 : width) .fit("max") .auto("format") .url()} @@ -112,6 +112,7 @@ export default function Marquee({ height={600} alt={image.alt || ""} className="relative -z-10" + loading="eager" /> diff --git a/sanity/README.md b/sanity/README.md index 0f5524e..681c5f6 100644 --- a/sanity/README.md +++ b/sanity/README.md @@ -2,6 +2,10 @@ Congratulations, you have now installed the Sanity Content Studio, an open source real-time content editing environment connected to the Sanity backend. +# TODO + +- Taxonomy manager add to schwab demo + ## Local development You should be able to: diff --git a/sanity/sanity.config.ts b/sanity/sanity.config.ts index 5629044..48f8dd9 100644 --- a/sanity/sanity.config.ts +++ b/sanity/sanity.config.ts @@ -80,6 +80,7 @@ const sharedConfig = { process.env.SANITY_STUDIO_BYNDER_PORTAL_DOMAIN || 'https://wave-trial.getbynder.com/', }), + // Allow scheduled publishing // scheduledPublishing(), // TODO: change this URI to the schwab URI