--- import themeConfig from '@/config' import { getPagePath } from '@/utils/i18n/path' const { title, subtitle } = themeConfig.site const { titleSpace } = themeConfig.global const currentPath = Astro.url.pathname const { getLocalizedPath } = getPagePath(currentPath) const marginBottom = { 1: 'mb-1.625', 2: 'mb-2.875', 3: 'mb-4.125', }[titleSpace] || 'mb-2.875' ---

{subtitle && ( )}