Skip to content

Commit

Permalink
🐛 Add absolute url for favicons
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmayc07 committed Jan 16, 2024
1 parent 75d4fbd commit 77c8655
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions hugo.yaml
Expand Up @@ -37,10 +37,10 @@ params:
imageHeight: 200 # custom size

assets:
favicon: "/favicon.ico"
favicon16x16: "/favicon-16x16.png"
favicon32x32: "/favicon-32x32.png"
apple_touch_icon: "/apple-touch-icon.png"
favicon: "https://tanmayc.me/personal-site/favicon.ico"
favicon16x16: "https://tanmayc.me/personal-site/favicon-16x16.png"
favicon32x32: "https://tanmayc.me/personal-site/favicon-32x32.png"
apple_touch_icon: "https://tanmayc.me/personal-site/apple-touch-icon.png"

# profileMode:
# enabled: true
Expand Down

0 comments on commit 77c8655

Please sign in to comment.