Skip to content

Commit 3b1de16

Browse files
committed
Fill in metadataBase URL for OpenGraph
1 parent 51fba77 commit 3b1de16

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/layout.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import { Header } from "@/components/header";
77
import { FooterSocial } from "@/components/footer";
88

99
export const metadata: Metadata = {
10+
metadataBase: new URL("https://ruffle.rs"),
1011
title: "Ruffle - Flash Emulator",
1112
description:
1213
"Ruffle is a Flash Player emulator written in Rust. Ruffle targets both desktop and the web using WebAssembly.",

0 commit comments

Comments
 (0)