feat: roadmap page and move all open-graph images to /open-graph folder

This commit is contained in:
Maze Winther
2025-07-14 20:34:16 +02:00
parent 0309f9cf08
commit 7798334300
7 changed files with 419 additions and 2 deletions
+2 -2
View File
@@ -3,8 +3,8 @@ import { Metadata } from "next";
const title = "OpenCut";
const description =
"A simple but powerful video editor that gets the job done. In your browser.";
const openGraphImageUrl = "https://opencut.app/opengraph-image.jpg";
const twitterImageUrl = "/opengraph-image.jpg";
const openGraphImageUrl = "https://opencut.app/open-graph/default.jpg";
const twitterImageUrl = "/open-graph/default.jpg";
export const baseMetaData: Metadata = {
metadataBase: new URL("https://opencut.app"),