Merge branch 'add-sitemap-xml' into 'dev'

Add sitemap xml

See merge request ligolang/ligo!552
This commit is contained in:
Sander 2020-04-06 10:52:34 +00:00
commit edb5d4b6bf
2 changed files with 6 additions and 0 deletions

View File

@ -115,6 +115,11 @@ const siteConfig = {
plugins: [
'@ligo/syntax', {
},
'@docusaurus/plugin-sitemap', {
cacheTime: 600 * 1000, // 600 sec - cache purge period
changefreq: 'weekly',
priority: 0.5,
}
],

View File

@ -26,6 +26,7 @@
]
},
"dependencies": {
"@docusaurus/plugin-sitemap": "^2.0.0-alpha.37",
"@ligo/syntax": "file:src/@ligo/syntax"
}
}