Fix path to share image

This commit is contained in:
C. Lente 2023-03-04 15:20:14 -03:00
parent 81ca655c67
commit 2f82fa99b7
No known key found for this signature in database
GPG key ID: B0B503C26E05781B
6 changed files with 6 additions and 6 deletions

View file

@ -1,7 +1,7 @@
---
title: "Home"
menu: "main"
images: ["/images/share.webp"]
images: ["images/share.webp"]
weight: 1
---

View file

@ -1,6 +1,6 @@
---
title: "Blog"
menu: "main"
images: ["/images/share.webp"]
images: ["images/share.webp"]
weight: 2
---