diff options
author | terminaldweller <thabogre@gmail.com> | 2021-08-03 18:46:09 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2021-08-03 18:46:09 +0000 |
commit | 7de275920bdd6115017b258ac78e62222c000dc3 (patch) | |
tree | e94532215e231f833b660d8e070f234ef21711d7 /package.json | |
parent | the markdowns (diff) | |
download | blog-7de275920bdd6115017b258ac78e62222c000dc3.tar.gz blog-7de275920bdd6115017b258ac78e62222c000dc3.zip |
robots.txt and xml sitemap.WIP
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index ab27f5d..307cddd 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,8 @@ "dependencies": { "ejs": "^3.1.6", "express": "^4.17.1", + "express-sitemap": "^1.8.0", + "express-sitemap-xml": "^3.0.0", "jsdom": "^16.2.2", "katex": "^0.11.1", "markdown-it": "^11.0.0", |