diff --git a/src/utils/markdown/rehype-astro-image-md.ts b/src/utils/markdown/rehype-astro-image-md.ts index b9484edb..29fa6969 100644 --- a/src/utils/markdown/rehype-astro-image-md.ts +++ b/src/utils/markdown/rehype-astro-image-md.ts @@ -17,7 +17,7 @@ import { getLargestSourceSetSrc } from "../get-largest-source-set-src"; const __dirname = path.dirname(fileURLToPath(import.meta.url)); -const MAX_WIDTH = 768; +const MAX_WIDTH = 896; const MAX_HEIGHT = 768; /**