Merge remote-tracking branch 'upstream/main'

This commit is contained in:
Felix Roos 2022-02-06 12:41:40 +01:00
commit 4437f7c89e
10 changed files with 136 additions and 64 deletions

1
repl/public/CNAME Normal file
View file

@ -0,0 +1 @@
strudel.tidalcycles.org

View file

@ -35,6 +35,6 @@ export default {
buildOptions: {
/* ... */
out: '../docs',
baseUrl: '/strudel',
baseUrl: '/',
},
};