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 --- exampleSite/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'exampleSite') diff --git a/exampleSite/config.toml b/exampleSite/config.toml index b9fc796..d5eff2b 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -53,7 +53,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