feat(spec): add canonical_url spec (#562)
This commit is contained in:
parent
f86467bfed
commit
275126af7d
|
@ -15,6 +15,11 @@ module.exports = {
|
|||
[doc]: 'Meta tag specified in <attribute>=<value> style.\nE.g., name=theme-color;content=#123456 => <meta name="theme-color" content="#123456">'
|
||||
}
|
||||
},
|
||||
canonical_url: {
|
||||
[type]: 'string',
|
||||
[doc]: 'canonical_url of your site',
|
||||
[defaultValue]: null
|
||||
},
|
||||
rss: {
|
||||
[type]: 'string',
|
||||
[doc]: 'Path or URL to RSS atom.xml',
|
||||
|
|
Loading…
Reference in New Issue