--- import { Github, Bitcoin } from '@images/components' import Vcard from './Vcard.astro' import styles from './index.module.css' import config from '@config/blog.config' const year = new Date().getFullYear() const { name, url, github } = config.author ---