diff --git a/source/components/meta-plugin.md b/source/components/meta-plugin.md index 5cb5aad7..2a2a99c7 100644 --- a/source/components/meta-plugin.md +++ b/source/components/meta-plugin.md @@ -42,6 +42,11 @@ export default { ldJson: { type: 'application/ld+json', innerHTML: `{ "@context": "http://schema.org" }` + }, + // or for a js script stored on a cdn + someCDNScript: { + type: 'text/javascript', + src: 'http://some-cdn.url' } },