Merge branch 'main' into block-based-eval-squashed
This commit is contained in:
commit
9bcaaa3ac4
112 changed files with 5529 additions and 1021 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue