Skip to content

Commit

Permalink
feat: v4.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
surmon-china committed Aug 8, 2023
1 parent 9f9fa83 commit bb0b56b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "surmon.me",
"version": "4.15.0",
"version": "4.15.1",
"description": "Surmon.me blog",
"author": "Surmon",
"license": "MIT",
Expand Down
6 changes: 3 additions & 3 deletions src/config/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export const IDENTITIES = Object.freeze({
export const VALUABLE_LINKS = Object.freeze({
RSS: '/rss.xml',
SITE_MAP: '/sitemap.xml',
UPTIME_STATUS: 'https://stats.uptimerobot.com/Q2k7OTXxJN',
UPTIME_STATUS: 'https://redirect.surmon.me/status',
NPM_HOMEPAGE: 'https://www.npmjs.com/~surmon',
PAYPAL: 'https://paypal.me/surmon',
GITHUB_SPONSORS: `https://github.com/sponsors/${IDENTITIES.GITHUB_USER_NAME}`,
Expand All @@ -64,8 +64,8 @@ export const VALUABLE_LINKS = Object.freeze({
MARKDOWN: 'https://daringfireball.net/projects/markdown/',
GOOGLE_MY_MAP: `https://www.google.com/maps/d/embed?mid=1sRx6t0Yj1TutbwORCvjwTMgr70r62Z6w&z=3`,
GOOGLE_MY_MAP_KML: `https://www.google.com/maps/d/u/0/kml?forcekml=1&mid=1sRx6t0Yj1TutbwORCvjwTMgr70r62Z6w`,
DISCORD_GROUP: 'https://discord.surmon.me',
TELEGRAM_GROUP: 'https://t.me/+Z2wsxogVbYM2ZmE1',
DISCORD_GROUP: 'https://redirect.surmon.me/discord-server',
TELEGRAM_GROUP: 'https://redirect.surmon.me/telegram-group',
MUSIC_163: `https://music.163.com/#/playlist?id=${IDENTITIES.MUSIC_163_BGM_ALBUM_ID}`,
YOUTUBE_CHANNEL: `https://www.youtube.com/${IDENTITIES.YOUTUBE_CHANNEL_SHORT_ID}`,
TELEGRAM: 'https://t.me/surmon',
Expand Down

0 comments on commit bb0b56b

Please sign in to comment.