We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
metadataBase
1 parent 51fba77 commit 3b1de16Copy full SHA for 3b1de16
src/app/layout.tsx
@@ -7,6 +7,7 @@ import { Header } from "@/components/header";
7
import { FooterSocial } from "@/components/footer";
8
9
export const metadata: Metadata = {
10
+ metadataBase: new URL("https://ruffle.rs"),
11
title: "Ruffle - Flash Emulator",
12
description:
13
"Ruffle is a Flash Player emulator written in Rust. Ruffle targets both desktop and the web using WebAssembly.",
0 commit comments