feat(spec): add canonical_url spec (#562)

This commit is contained in:
SangHyoun Yun 2019-11-25 06:43:53 +09:00 committed by Ruipeng Zhang
parent f86467bfed
commit 275126af7d
1 changed files with 5 additions and 0 deletions

View File

@ -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',