Skip to content

Commit

Permalink
Fix twitter image opengraph url
Browse files Browse the repository at this point in the history
  • Loading branch information
sashachabin committed Dec 21, 2023
1 parent 46b7880 commit 43d7b96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/_document.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Html, Head, Main, NextScript } from 'next/document'
const siteTitle = 'Руководства Екатеринбурга'
const siteDescription =
'Единая база официальных стандартов Екатеринбурга по развитию городской среды.'
const ogImage = '/og-preview.jpg'
const ogImage = `${SITE_HOST}/og-preview.jpg`

export default function Document() {
return (
Expand Down

0 comments on commit 43d7b96

Please sign in to comment.