feat: implement automatic sitemap generation

This commit is contained in:
dyzulk
2026-01-09 16:09:50 +07:00
parent a5eebe25ee
commit 14958f7501
5 changed files with 90 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
"scripts": {
"dev": "next dev -p 3001",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start"
},
"dependencies": {
@@ -22,6 +23,7 @@
"@types/node": "^20.0.0",
"@types/react": "^18.2.0",
"autoprefixer": "^10.4.23",
"next-sitemap": "^4.2.3",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.17",
"typescript": "^5.0.0"