Skip to content

Commit

Permalink
feat: update link facebook/docusaurus#8151
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyreilly committed Oct 20, 2022
1 parent 3125b09 commit 8b2879d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blog-website/blog/2022-10-20-web-monetization-api/index.md
Expand Up @@ -98,7 +98,7 @@ module.exports = {
};
```

It's possible the code required to add a `link` tag will become simpler [if this pull request lands](https://github.com/facebook/docusaurus/pull/8077). Until then, we will need to use a plugin.
The code required to add a `link` tag will become simpler [once the changes in this pull request are released](https://github.com/facebook/docusaurus/pull/8151). Until then, we will need to use a plugin.

It's also worth knowing that historically the Web Monetization API used a `meta` tag instead of a `link` tag - and that tag used the `$` prefix instead of `https://`. That tag looked like this:

Expand Down

0 comments on commit 8b2879d

Please sign in to comment.