⚙️ Replace Twitter links with Mastodon ones

This commit is contained in:
Dennis Reimann
2021-01-12 16:02:05 +01:00
parent 6a2937d1bf
commit dc1e0b86f2
4 changed files with 15 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
// initialize markdown rendering
const renderMarkdown = require('./markdown')
const { markdown } = require('./helpers')
const IS_DEV = process.env.NODE_ENV === 'development'
const HOST = IS_DEV ? 'localhost:3000' : 'einundzwanzig.space'
@@ -29,5 +29,5 @@ module.exports = {
assetPath,
formatDate,
linkTarget,
renderMarkdown,
markdown,
}