diff --git a/src/App.vue b/src/App.vue
index 49fc419e5c1eda11265ba26af64742987b741ab3..876150f9629ce4fee839d0280e088a23c91f040b 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -12,7 +12,7 @@ export default {
   name: 'app',
   data: function() {
     return {
-      article_id: 15544
+      article_id: window.location.href.split("/").pop()
     }
   },
   components: {