From 3515af5dcf053c03181870f6d571584441b73a09 Mon Sep 17 00:00:00 2001 From: tiff Date: Wed, 28 May 2025 19:31:58 -0400 Subject: [PATCH] Fix borken website url for broken feeds --- src/config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config.ts b/src/config.ts index f8d07b1..624ab87 100644 --- a/src/config.ts +++ b/src/config.ts @@ -1,7 +1,7 @@ export const SITE = { - website: "https://tiff.engineer/", // replace this with your deployed domain + website: "https://tiff.run/", // replace this with your deployed domain author: "tiff w", - profile: "https://about.tiff.engineer/", + profile: "https://codeberg.org/tiff/", desc: "A software blog by someone named tiff.", title: "tiff on software", ogImage: "astropaper-og.jpg",