add base path + use relative links

This commit is contained in:
Felix Roos 2023-01-03 23:02:41 +01:00
parent 027c669ad7
commit 11d3251c67
9 changed files with 34 additions and 21 deletions

View file

@ -31,7 +31,7 @@ export default defineConfig({
tailwind(),
],
site: `https://strudel.tidalcycles.org`,
base: '',
base: '/',
});
/*