11 lines
343 B
TypeScript
11 lines
343 B
TypeScript
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",
|
|
}; |