Make images work with baseURLs containing a subdir
This commit is contained in:
parent
fc8583e445
commit
4edcba8dd1
4 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue