diff --git a/astro.config.mjs b/astro.config.mjs index d9390d4..7ffed49 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -37,6 +37,11 @@ export default defineConfig({ rehypePlugins: [rehypeKatex] }, + image: { + responsiveStyles: true, + layouts: 'constrained', + }, + i18n: { locales: ["en", "zh_hans"], defaultLocale: "en",