timonforrer
timonforrer
I'm using sanity studio and their portable text with [a serializer](https://github.com/portabletext/to-html), to turn the portable text into html. The serializer is a shortcode, that looks like this: ```js const {...
### Operating system macOS Sonoma 14.2.1 (23C71) ### Eleventy 2.0.2-alpha.2 ### Describe the bug I'm using Eleventy Serverless in dynamic template rendering mode to render previews of the site before...
I'm using a custom publish action to add a custom slug to documents when publishing using a patch: ```js ... slug = `${pathLangPrefixes[draft?.__lang ?? 'de']}/${slug}` patch.execute([ { set: { 'pageBase.fullSlug':...
### Operating system macOS Sonoma 14.2.1 (23C71) ### Eleventy 2.0.2-alpha.2 ### Describe the bug I'm using Eleventy Serverless in dynamic template rendering mode to render previews of the site before...