fix: clean up code and add canonical url

This commit is contained in:
Dominik Koch
2025-07-24 13:35:06 +02:00
parent 81ad5c1782
commit 275a23f583
3 changed files with 25 additions and 16 deletions
+11 -1
View File
@@ -1 +1,11 @@
export const SITE_URL = "https://opencut.app";
export const SITE_URL = "https://opencut.app";
export const SITE_INFO = {
title: "OpenCut",
description:
"A simple but powerful video editor that gets the job done. In your browser.",
url: SITE_URL,
openGraphImage: "/open-graph/default.jpg",
twitterImage: "/open-graph/default.jpg",
favicon: "/favicon.ico",
};