update astro

This commit is contained in:
Felix Roos 2023-04-29 06:55:34 +02:00
parent c0b0ea4493
commit efdce6d4cd
3 changed files with 548 additions and 214 deletions

View file

@ -11,7 +11,7 @@ import tailwind from '@astrojs/tailwind';
import AstroPWA from '@vite-pwa/astro';
// import { visualizer } from 'rollup-plugin-visualizer';
const site = `https://strudel.tidalcycles.org`; // root url without a path
const site = `https://strudel.tidalcycles.org/`; // root url without a path
const base = '/'; // base path of the strudel site
// this rehype plugin converts relative anchor links to absolute ones