From 4edcba8dd16f8e6f9564a2743fe28b7bdfed9784 Mon Sep 17 00:00:00 2001 From: Caio Lente <7017340+clente@users.noreply.github.com> Date: Wed, 18 Oct 2023 23:36:03 -0300 Subject: Make images work with baseURLs containing a subdir --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index ef4e9cd..d6d242c 100644 --- a/README.md +++ b/README.md @@ -187,7 +187,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 = ["/hugo-bearcub/images/share.webp"] + images = ["images/share.webp"] # This title is used as the site_name on the Hugo's internal opengraph # structured data template -- cgit v1.2.3