Skip to content

Commit

Permalink
stick with the bad spelling for now
Browse files Browse the repository at this point in the history
  • Loading branch information
pfaffman committed Aug 9, 2024
1 parent 4827003 commit 50429f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export function decorateInlineLink(element) {
containers.forEach((container) => {
const href = container.href;

settings.affiliate_link_map.split("|").forEach((linkMap) => {
settings.affilliate_link_map.split("|").forEach((linkMap) => {
const [hostname, link] = linkMap.split(",").map(item => item.trim());

if (!hostname || !link) {
Expand Down
2 changes: 1 addition & 1 deletion settings.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
affiliate_link_map:
affilliate_link_map:
default: "digitalocean.com,https://m.do.co/c/a5bf212d9a92"
type: "list"
description: "hostname,referal link"

0 comments on commit 50429f2

Please sign in to comment.