import config from '#config'; export default function Footer() { const year = new Date().getFullYear(); const {site: {startYear: year0 = year, author} = {}} = config; return ; }