From 81c60d89313cab9a5406102ef374b3e73c383393 Mon Sep 17 00:00:00 2001 From: Timothy Rogers Date: Wed, 15 Jan 2025 20:39:09 -0500 Subject: [PATCH] adding new metrics service --- src/components/Footer.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 7fcda5c..9c0b120 100755 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -1,7 +1,6 @@ --- -import {profileConfig} from "../config"; - +import { profileConfig } from '../config' ---
@@ -11,3 +10,4 @@ import {profileConfig} from "../config"; Powered by Fuwari & Astro
+ \ No newline at end of file