Skip to content

Commit 33e9ee9

Browse files
committed
Update SITE_URL format
1 parent 059add9 commit 33e9ee9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/rss-update.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import fs from 'node:fs';
33
import path from 'node:path';
44
import { parse } from 'node-html-parser';
55

6-
const SITE_URL = 'https://vtbag.dev/';
6+
const SITE_URL = 'https://vtbag.dev';
77
const OUTPUT = 'public/rss.xml';
88

99
const CONTENT_DIRS = [

0 commit comments

Comments
 (0)