diff --git a/blogposts/11-14-21.md b/blogposts/11-14-21.md index 3e95fd7..0675ab5 100644 --- a/blogposts/11-14-21.md +++ b/blogposts/11-14-21.md @@ -4,7 +4,7 @@ author: "Jon" author_image: "https://www.github.com/jonbarrow.png" date: "November 14, 2021" caption: "Progress made in the month of October" -cover_image: "" +cover_image: "/assets/images/blogposts/11-14-21.jpg" --- ### If you want to see more frequent updates, consider supporting us on [**Patreon**](https://patreon.com/PretendoNetwork) diff --git a/blogposts/9-26-21.md b/blogposts/9-26-21.md index 43d942f..e8fa3b4 100644 --- a/blogposts/9-26-21.md +++ b/blogposts/9-26-21.md @@ -4,7 +4,7 @@ author: "Jon" author_image: "https://www.github.com/jonbarrow.png" date: "September 26, 2021" caption: "First ever progress recap" -cover_image: "https://cdn.discordapp.com/attachments/881855727830978580/891805956424495105/Frame_1_1.png" +cover_image: "/assets/images/blogposts/9-26-21.png" --- ### If you want to see more frequent updates, consider supporting us on [**Patreon**](https://patreon.com/pretendonetwork) diff --git a/blogposts/9-29-21.md b/blogposts/9-29-21.md index 16b8f67..815f011 100644 --- a/blogposts/9-29-21.md +++ b/blogposts/9-29-21.md @@ -4,7 +4,7 @@ author: "Jemma" author_image: "https://www.github.com/caramelkat.png" date: "September 29, 2021" caption: "What's Juxtaposition and where it's headed" -cover_image: "https://cdn.discordapp.com/attachments/881694875391774770/892859459666325534/unknown.png" +cover_image: "/assets/images/blogposts/9-29-21.png" --- ### If you want to see more frequent updates, consider supporting us on [**Patreon**](https://patreon.com/pretendonetwork) diff --git a/public/assets/images/blogposts/11-14-21.jpg b/public/assets/images/blogposts/11-14-21.jpg new file mode 100644 index 0000000..de8f6b4 Binary files /dev/null and b/public/assets/images/blogposts/11-14-21.jpg differ diff --git a/public/assets/images/blogposts/9-26-21.png b/public/assets/images/blogposts/9-26-21.png new file mode 100644 index 0000000..fd18c83 Binary files /dev/null and b/public/assets/images/blogposts/9-26-21.png differ diff --git a/public/assets/images/blogposts/9-29-21.png b/public/assets/images/blogposts/9-29-21.png new file mode 100644 index 0000000..5f260c6 Binary files /dev/null and b/public/assets/images/blogposts/9-29-21.png differ