There was an error while loading. Please reload this page.
1 parent 059add9 commit 33e9ee9Copy full SHA for 33e9ee9
1 file changed
bin/rss-update.ts
@@ -3,7 +3,7 @@ import fs from 'node:fs';
3
import path from 'node:path';
4
import { parse } from 'node-html-parser';
5
6
-const SITE_URL = 'https://vtbag.dev/';
+const SITE_URL = 'https://vtbag.dev';
7
const OUTPUT = 'public/rss.xml';
8
9
const CONTENT_DIRS = [
0 commit comments