MCPcopy Create free account
hub / github.com/ThatGuySam/doesitarm / pageMeta

Method pageMeta

helpers/config-node.js:301–313  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

299 }
300
301 get pageMeta () {
302 // console.log('this.defaultMeta', this.defaultMeta)
303 return [
304 ...this.defaultMeta,
305
306 {
307 'property': 'twitter:url',
308 'content': this.pageUrlString
309 },
310
311 ...this.meta
312 ]
313 }
314
315 get metaTags () {
316

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected