Merge branch 'main' into block-based-eval-squashed

This commit is contained in:
Felix Roos 2026-01-18 13:09:00 +01:00
commit 9bcaaa3ac4
No known key found for this signature in database
112 changed files with 5529 additions and 1021 deletions

View file

@ -15,8 +15,6 @@ import process from 'node:process';
const site = process.env.SITE_URL || `https://strudel.cc/`; // root url without a path
const base = process.env.BASE_PATH || ''; // base path of the strudel site
// const site = `https://strudel.cc/`; // root url without a path
// const base = '/'; // base path of the strudel site
const baseNoTrailing = base.endsWith('/') ? base.slice(0, -1) : base;
// this rehype plugin fixes relative links