setup next-sitemap

This commit is contained in:
Aarni Halinen
2021-03-28 21:13:00 +03:00
parent f69fd6e383
commit 42250ecb69
9 changed files with 103 additions and 3 deletions
+2
View File
@@ -17,6 +17,7 @@
"homepage": "https://sahkoinsinoorikilta.fi",
"scripts": {
"build": "next build",
"postbuild": "next-sitemap",
"export": "next export",
"lint": "npm run lint:es && npm run lint:css",
"lint:es": "eslint . --ext .ts,.tsx",
@@ -53,6 +54,7 @@
"eslint-plugin-react": "7.22.0",
"eslint-plugin-react-hooks": "4.2.0",
"husky": "5.1.3",
"next-sitemap": "^1.6.9",
"npm-run-all": "4.1.5",
"stylelint": "13.11.0",
"stylelint-config-recommended": "3.0.0",