diff --git a/src/components/ProjectList.vue b/src/components/ProjectList.vue index cc7adfd..9b9e2df 100644 --- a/src/components/ProjectList.vue +++ b/src/components/ProjectList.vue @@ -45,7 +45,7 @@ export default { }, methods: { getProjects: function(){ - return this.$http.get("http://rohanverma.net/blog/wp-json/wp/v2/posts?categories=21") + return this.$http.get("//rohanverma.net/blog/wp-json/wp/v2/posts?categories=21") }, redirect_url: function(url){ window.location.href = url