generateRSS eklendi.

This commit is contained in:
Yusuf İpek
2022-03-01 15:02:12 +03:00
parent 6be6ad96a9
commit 3eb32ab632
4 changed files with 85 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"build": "next build && node generateRSS",
"start": "next start",
"lint": "next lint"
},