Skip to content

Commit

Permalink
Merge pull request #3113 from nathreed/fix_missing_slash
Browse files Browse the repository at this point in the history
  • Loading branch information
mlissner authored Sep 7, 2023
2 parents feffc0a + b52d897 commit b68ec79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cl/opinion_page/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ def view_recap_document(
note_form = NoteForm(instance=note)

# Override the og:url if we're serving a request to an OG crawler bot
og_file_path_override = rd.filepath_local if is_og_bot else None
og_file_path_override = f"/{rd.filepath_local}" if is_og_bot else None

return TemplateResponse(
request,
Expand Down

0 comments on commit b68ec79

Please sign in to comment.