--- import themeConfig from '@/config' const { title, subtitle } = themeConfig.site const { titleSpace } = themeConfig.global const marginBottom = { 1: 'mb-1', 2: 'mb-2', 3: 'mb-3', 4: 'mb-4', }[titleSpace] || 'mb-3' ---

{title}

{subtitle}