diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 15eabb5..82814a9 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -1,13 +1,18 @@ --- import {profileConfig} from "../config"; +import {url} from "../utils/url-utils"; ---