diff --git a/content/blogs/6. how-to-fix-vuex-type-issue.md b/content/blogs/6. how-to-fix-vuex-type-issue.md index 2ed4bb7..6661c70 100644 --- a/content/blogs/6. how-to-fix-vuex-type-issue.md +++ b/content/blogs/6. how-to-fix-vuex-type-issue.md @@ -2,7 +2,7 @@ title: How to fix vuex type issue date: 9th June 2024 description: In recent vue project we see that vuex type not working properly. We will fix that type issue and make vuex type workable -image: /blogs-img/blog6.png +image: /blogs-img/blog6.jpg alt: How to fix vuex type issue ogImage: /blogs-img/blog6.jpg tags: ['vue',"vuex"] diff --git a/public/blogs-img/blog6.jpg b/public/blogs-img/blog6.jpg new file mode 100644 index 0000000..c3c38ea Binary files /dev/null and b/public/blogs-img/blog6.jpg differ diff --git a/public/blogs-img/blog6.png b/public/blogs-img/blog6.png deleted file mode 100644 index 4439a0c..0000000 Binary files a/public/blogs-img/blog6.png and /dev/null differ