Skip to content

Commit

Permalink
fix disqus config
Browse files Browse the repository at this point in the history
  • Loading branch information
fxm committed Jan 21, 2018
1 parent e730651 commit 120a17b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/single.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
created() {
this.page_id = `article/${this.$route.params.id}`;
this.url = `${window.location.host}/article/${this.page_id}`;
this.url = window.location.href;
this.fetchData();
},
methods: {
Expand Down

0 comments on commit 120a17b

Please sign in to comment.