-
### 📚 Subject area/topic
markdown, content layer api
### 📋 Suggested page
https://docs.astro.build/en/reference/configuration-reference/#experimentalcontentlayer
### 📋 General description …
-
- [ ] Load all FAQs from www.surveilr.com/src/data_files/faqs.json into github.com/surveilr/help.surveilr.com GitHub Discussions under a new FAQ section to encourage shared knowledge
- [ ] Create scri…
-
### Astro Info
```block
Astro v5.0.0-beta.7
Node v20.11.1
System Linux (x64)
Package Manager pnpm
Output sta…
-
### Astro Info
```block
Astro v4.16.0
Node v20.11.1
System Linux (x64)
Package Manager pnpm
Output hybrid
A…
-
Context: https://github.com/arcjet/arcjet-docs/issues/55#issuecomment-2379834926
Experiment: https://github.com/arcjet/arcjet-docs/pull/118
-
The build time grows progressively for each page, and the odds are that it's stuck in some kind of dead loop.
I've since switched to using the marked library's parse method to build properly.
![im…
-
Hi,
I created a event-catalog project using the command npx @eventcatalog/create-eventcatalog@latest my-catalog. The build process works perfectly with "npm run build", but I'm encountering an erro…
-
Using Font component in astro `v0.23.0-next.10`.
While dev server is running, I installed astro-fonts and placed this in my `BaseHead.astro` component:
```astro
---
import { Font } from 'astro…
-
### Astro Info
```block
Astro v4.2.3
Node v18.17.1 (also tried with Node v20)
System macOS (arm64)
Package Manager unknown
Out…
-
### Describe the bug
I am trying to create a server side bundle that includes packages containing .node files. In this specific instance, the problematic package is nodejs-polars.
```
in/nodejs…