0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00
ghost/ghost/link-tracking
Steve Larson 109c7b70ee
Added config flag to disable link click tracking (#21853)
no ref

This isn't needed at this time. We're doing some load testing to better
assess what piece is doing the most work, and this config flag lets us
shut off pieces of the redirect flow.
2024-12-10 16:08:58 +00:00
..
lib Added config flag to disable link click tracking (#21853) 2024-12-10 16:08:58 +00:00
test Added config flag to disable link click tracking (#21853) 2024-12-10 16:08:58 +00:00
.eslintrc.js
index.js
package.json 🐛 Fixed NQL filters for single letter slugs (#21340) 2024-10-17 15:35:26 +00:00
README.md

Link Tracking

Usage

Develop

This is a monorepo package.

Follow the instructions for the top-level repo.

  1. git clone this repo & cd into it as usual
  2. Run yarn to install top-level dependencies.

Test

  • yarn lint run just eslint
  • yarn test run lint and tests