add the sitemap
Some checks failed
Deploy App / docker (ubuntu-latest) (push) Failing after 9s

This commit is contained in:
Lee
2024-04-22 02:28:35 +01:00
parent f0eaaaad5e
commit a6650af640
5 changed files with 46 additions and 17 deletions

View File

@ -5,6 +5,7 @@
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint"
},
@ -36,6 +37,7 @@
"moment": "^2.30.1",
"next": "14.2.2",
"next-build-id": "^3.0.0",
"next-sitemap": "^4.2.3",
"next-themes": "^0.3.0",
"react": "^18",
"react-countup": "^6.5.3",