diff --git a/content/posts/2022/getting-started-vra-rest-api/index.md b/content/posts/2022/getting-started-vra-rest-api/index.md index a89ad2e..556eb19 100644 --- a/content/posts/2022/getting-started-vra-rest-api/index.md +++ b/content/posts/2022/getting-started-vra-rest-api/index.md @@ -11,7 +11,7 @@ usePageBundles: true # featureImage: "file.png" # Sets featured image on blog post. # featureImageAlt: 'Description of image' # Alternative text for featured image. # featureImageCap: 'This is the featured image.' # Caption (optional). -# thumbnail: "thumbnail.png" # Sets thumbnail image appearing inside card on homepage. +thumbnail: "thumbnail.png" # Sets thumbnail image appearing inside card on homepage. # shareImage: "share.png" # Designate a separate image for social media sharing. codeLineNumbers: false # Override global value for showing of line numbers within code block. series: vRA8 # Projects, Scripts, vRA8 diff --git a/content/posts/2022/getting-started-vra-rest-api/thumbnail.png b/content/posts/2022/getting-started-vra-rest-api/thumbnail.png new file mode 100644 index 0000000..4bd97f5 Binary files /dev/null and b/content/posts/2022/getting-started-vra-rest-api/thumbnail.png differ