From c5a33ee5be0c424da2edf823bcee68ee93d43075 Mon Sep 17 00:00:00 2001 From: HorraceBePippin <161538352+HorracePippin@users.noreply.github.com> Date: Thu, 27 Aug 2026 12:36:52 -0500 Subject: [PATCH] Updated the Instagram button, I didn't like how it looked. --- .astro/astro/content.d.ts | 2 +- src/pages/index.astro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.astro/astro/content.d.ts b/.astro/astro/content.d.ts index f568542..5271f6a 100644 --- a/.astro/astro/content.d.ts +++ b/.astro/astro/content.d.ts @@ -203,5 +203,5 @@ declare module 'astro:content' { type AnyEntryMap = ContentEntryMap & DataEntryMap; - export type ContentConfig = typeof import("./../../src/content/config.js"); + export type ContentConfig = typeof import("../../src/content/config.js"); } diff --git a/src/pages/index.astro b/src/pages/index.astro index 2cbbb3b..6dfd615 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -16,7 +16,7 @@ const metadata = {