chore(specs): rm canonical_url from default config

pull/661/head
ppoffice 2020-04-02 10:45:03 -04:00
parent 9c3ad2b681
commit f247602c44
1 changed files with 0 additions and 5 deletions

View File

@ -15,11 +15,6 @@ 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',