diff --git a/astro.config.mjs b/astro.config.mjs index cc823dc..c37991a 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -24,6 +24,9 @@ import rehypeExternalLinks from "rehype-external-links"; export default defineConfig({ site: "https://wktk.moe", base: process.env.BASE_PATH || "/", + image: { + layout: "constrained" + }, integrations: [ partytown({ config: { diff --git a/src/components/Profile.astro b/src/components/Profile.astro index 21345ce..dc27e74 100644 --- a/src/components/Profile.astro +++ b/src/components/Profile.astro @@ -25,7 +25,7 @@ const pastYearUrl = getPastYearContributionUrl(GITHUB_USERNAME);
{PROFILE.name}