Fix borken website url for broken feeds

This commit is contained in:
tiff 2025-05-28 19:31:58 -04:00
parent c7fd39e81e
commit 3515af5dcf

View file

@ -1,7 +1,7 @@
export const SITE = { 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", author: "tiff w",
profile: "https://about.tiff.engineer/", profile: "https://codeberg.org/tiff/",
desc: "A software blog by someone named tiff.", desc: "A software blog by someone named tiff.",
title: "tiff on software", title: "tiff on software",
ogImage: "astropaper-og.jpg", ogImage: "astropaper-og.jpg",