rss for every category

This commit is contained in:
Joshua Seigler 2025-07-02 02:10:05 -04:00
parent cd6347f8c2
commit 0dde8aff3d
12 changed files with 90 additions and 88 deletions

View file

@ -1,9 +1,11 @@
const isDev = process.env.ELEVENTY_ENV === "development";
const baseUrl = isDev ? "http://localhost:8080" : "https://joshua.seigler.net";
const baseUrl = isDev ? "http://localhost:8080/" : "https://joshua.seigler.net/";
export default {
language: "en-US",
title: "joshua.seigler.net",
description: "Personal homepage of Joshua Seigler",
baseUrl,
author: "Joshua Seigler",
};