mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-14 15:18:33 +00:00
update og meta data
This commit is contained in:
parent
fd09dff381
commit
44ef372399
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user