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
@@ -63,6 +63,6 @@ export async function getStaticProps({ params }) {
return {
props: { posts: items[0] },
revalidate: 10,
revalidate: 300,
};
}