From e3f0281c25d6ead23264a94b0a7b18f10019c185 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Mon, 26 Aug 2024 20:23:17 -0700 Subject: fix: rss.xml endpoint API route handler --- src/consts.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/consts.ts') diff --git a/src/consts.ts b/src/consts.ts index 2c0f60e..d5cf8d3 100644 --- a/src/consts.ts +++ b/src/consts.ts @@ -2,4 +2,4 @@ // You can import this data from anywhere in your site by using the `import` keyword. export const SITE_TITLE = "pinapelz's blog"; -export const SITE_DESCRIPTION = 'Welcome to Pinapelz\'s Blog!'; +export const SITE_DESCRIPTION = 'A lot of rambling about a bunch of random things, both technical and non-technical.'; -- cgit v1.2.3