Skip to content

Commit

Permalink
fix: more incorrect static image paths for year in hog (#19152)
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra authored Dec 6, 2023
1 parent bf052e8 commit 084de0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posthog/year_in_posthog/year_in_posthog.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def render_2023(request, user_uuid: str) -> HttpResponse:
"highlight_color": highlight_color.get(badge),
"image_png": f"year_in_hog/badges/2023_{badge}.png",
"image_webp": f"year_in_hog/badges/2023_{badge}.webp",
"opengraph_image": f"open-graph/2023_{badge}.png",
"opengraph_image": f"year_in_hog/open-graph/2023_{badge}.png",
"explanation": explanation.get(badge),
"stats": stats,
"page_url": f"{request.scheme}://{request.META['HTTP_HOST']}{request.get_full_path()}",
Expand Down

0 comments on commit 084de0d

Please sign in to comment.