diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-08-26 20:23:17 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-08-26 23:56:32 -0700 |
| commit | e3f0281c25d6ead23264a94b0a7b18f10019c185 (patch) | |
| tree | 085f03b4c10dbaae67f9c9f15feb1325394ac5f1 /src/consts.ts | |
| parent | bf0259562427fa415b522f5443931c99c6c9d288 (diff) | |
fix: rss.xml endpoint API route handler
Diffstat (limited to 'src/consts.ts')
| -rw-r--r-- | src/consts.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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.'; |
