Skip to content

Commit

Permalink
Fix opengraph image path
Browse files Browse the repository at this point in the history
Fixes #194
  • Loading branch information
kr8n3r committed Sep 18, 2024
1 parent 410b12b commit 031bab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/govuk_tech_docs/meta_tags.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def canonical_url
attr_reader :config, :current_page

def page_image
"#{host}/images/govuk-large.png"
"#{host}/assets/govuk/assets/images/govuk-large.png"
end

def site_name
Expand Down

0 comments on commit 031bab7

Please sign in to comment.