fix: change the Open Graph URL of mod change log page after loading it with JavaScript
This commit is contained in:
parent
bc4d2c2f7c
commit
4c962e3968
2 changed files with 2 additions and 1 deletions
|
@ -96,7 +96,7 @@ const Page = ({ params }: { params: { slug: string } }) => {
|
|||
<meta property="og:type" content="website" />
|
||||
<meta
|
||||
property="og:url"
|
||||
content={`https://svrjs.org/changelogs/${slug}`}
|
||||
content={`https://svrjs.org/changelog/${slug}`}
|
||||
/>
|
||||
<meta
|
||||
property="og:image"
|
||||
|
|
|
@ -32,6 +32,7 @@ export const metadata: Metadata = {
|
|||
creator: "@SVR_JS"
|
||||
}
|
||||
};
|
||||
|
||||
const Contribute = () => {
|
||||
return (
|
||||
<section
|
||||
|
|
Loading…
Reference in a new issue