Ghost/ghost/member-attribution
Rishabh 3d68cd4544 Fixed incorrect newsletter ref for internal links
refs TryGhost/Team#2755

Previous change for outbound tagging had incorrectly changed the internal links ref for newsletter to include domain. This change fixes it back to use newsletter name for internal links.
2023-03-17 20:55:52 +05:30
..
lib Fixed incorrect newsletter ref for internal links 2023-03-17 20:55:52 +05:30
test Fixed incorrect newsletter ref for internal links 2023-03-17 20:55:52 +05:30
.eslintrc.js
index.js Added outbound link tagging for web posts (#16201) 2023-02-16 11:26:35 +01:00
package.json Update Test & linting packages 2023-03-13 02:36:20 +00:00
README.md

Member Attribution

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