Add pagination feature for blog post

Signed-off-by: Al Asad Nur Riyad <alasadnurriyad@Als-MacBook-Pro.local>
This commit is contained in:
Al Asad Nur Riyad
2023-08-05 01:18:51 +06:00
parent 57b033fe52
commit 47b6a1f456
5 changed files with 104 additions and 15 deletions

View File

@@ -11,6 +11,7 @@
},
"devDependencies": {
"@antfu/eslint-config": "^0.38.5",
"@formkit/auto-animate": "^0.7.0",
"@nuxt/content": "^2.7.2",
"@nuxt/image-edge": "^1.0.0-27840416.dc1ed65",
"@nuxtjs/fontaine": "^0.2.5",
@@ -21,6 +22,7 @@
"nuxt": "^3.6.5",
"nuxt-icon": "^0.4.0",
"nuxt-simple-sitemap": "^3.1.3",
"typescript": "^5.0.4"
"typescript": "^5.0.4",
"vue-content-loader": "^2.0.1"
}
}