+
-
+
@@ -13,7 +13,7 @@
-
+
{{ newsItem.primary_author.name }}
@@ -21,6 +21,7 @@
+
@@ -73,16 +74,6 @@ export default class Blog extends Vue {
}
}
- proxyImage(image: string) {
- if (!image) return '';
-
- // Yeet the domain
- const imgPath = image.replace("http://", "https://").replace('https://ghost.ftb.team/content/images/', '');
- const encodedPath = encodeURIComponent(imgPath);
-
- return `${constants.metaApi}/v1/blog/image/${encodedPath}`
- }
-
get domain() {
return constants.ftbDomain
}