summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2022-02-13 18:46:38 +0100
committerArmand Philippot <git@armandphilippot.com>2022-02-13 19:12:28 +0100
commitd7df049ef40d4028ac5616f8bbe366d1476404de (patch)
treefccf00f215652edfdf944e470c83772922b39d20 /package.json
parent43f1fc3ce52e6ddd397853964c8868f2f4eee41d (diff)
feat: add a sitemap
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json
index 7643e18..de0ca1d 100644
--- a/package.json
+++ b/package.json
@@ -22,6 +22,7 @@
"dev": "next dev",
"prebuild": "npm run i18n:compile",
"build": "next build",
+ "postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint",
"i18n:compile": "formatjs compile-folder src/i18n lang/",
@@ -77,6 +78,7 @@
"husky": "^7.0.4",
"jest": "^27.4.4",
"lint-staged": "^12.1.2",
+ "next-sitemap": "^2.1.14",
"prettier": "^2.5.1",
"react-test-renderer": "^17.0.2",
"sass": "^1.45.0",