From 44ef372399952c828f89137815b733bdf5339e3d Mon Sep 17 00:00:00 2001 From: Felix Roos Date: Mon, 6 Feb 2023 21:05:28 +0100 Subject: [PATCH] update og meta data --- website/src/config.ts | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/website/src/config.ts b/website/src/config.ts index 8d4d364e..6fe76052 100644 --- a/website/src/config.ts +++ b/website/src/config.ts @@ -1,16 +1,14 @@ export const SITE = { - title: 'Strudel Docs', - description: 'Documentation for the Strudel Live Coding Language', - defaultLanguage: 'en_US', + title: 'Strudel', + description: 'Strudel is a music live coding editor that brings TidalCycles to the browser.', + defaultLanguage: 'en', }; export const OPEN_GRAPH = { image: { - src: 'https://github.com/withastro/astro/blob/main/assets/social/banner-minimal.png?raw=true', - alt: - 'astro logo on a starry expanse of space,' + ' with a purple saturn-like planet floating in the right foreground', + src: 'https://strudel.tidalcycles.org/icon.png', + alt: 'Strudel Logo', }, - twitter: 'astrodotbuild', }; // This is the type of the frontmatter you put in the docs markdown files.