diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 90f2da1..dd07747 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -2,6 +2,7 @@ import { profileConfig } from '../config' import { url } from '../utils/url-utils' +const currentYear = new Date().getFullYear() --- @@ -9,7 +10,7 @@ import { url } from '../utils/url-utils'