--- import { assetPath } from '../assets' import type { Translations } from '../i18n/translations' export interface Props { t: Translations['footer'] } const { t } = Astro.props const logoFull = assetPath("/assets/footer-logo.png"); ---