diff options
author | C. Lente <7017340+clente@users.noreply.github.com> | 2023-03-04 15:20:14 -0300 |
---|---|---|
committer | C. Lente <7017340+clente@users.noreply.github.com> | 2023-03-04 15:20:14 -0300 |
commit | 2f82fa99b73e6117b8e35cc501e68ccc371b3284 (patch) | |
tree | 7845d4d414511d154c52b5c866505ef577bd17a2 /exampleSite/config.toml | |
parent | 81ca655c67f337f399bd67d08779f5b1a33d68f6 (diff) | |
download | hugo-bearcub-2f82fa99b73e6117b8e35cc501e68ccc371b3284.tar.gz hugo-bearcub-2f82fa99b73e6117b8e35cc501e68ccc371b3284.tar.bz2 |
Fix path to share image
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r-- | exampleSite/config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 34e7702..d09f6a5 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -51,7 +51,7 @@ enableRobotsTXT = true # to your site. Ignored if `generateSocialCard = true`. For more information # about previews, see https://gohugo.io/templates/internal#twitter-cards and # https://gohugo.io/templates/internal#open-graph - images = ["/images/share.webp"] + images = ["images/share.webp"] # This title is used as the site_name on the Hugo's internal opengraph # structured data template |