Ghost/ghost/link-replacement/index.js
Simon Backx 040335c96b Added dummy link replacement service
refs https://github.com/TryGhost/Team/issues/1886

When serializing an email, we'll replace the links with dummy links if the emailClicks feature flag is enabled.
2022-09-13 15:41:13 +02:00

2 lines
52 B
JavaScript

module.exports = require('./lib/link-replacement');