-
![Screenshot 2023-12-06 at 9 53 15 am](https://github.com/WestpacGEL/GEL-next/assets/8893152/f68cd878-3b51-4560-aec3-8f6487fbed92)
Spacing between stacked double images should be 24px at xs and 30p…
-
I was trying to all keystatic cms to my existing Astro based website, I followed the documentation as available here https://keystatic.com/docs/installation-astro
so after completing all the step i…
-
Can't add spotlight with direct `import` or with `import` under env var checking for treeshaking. Both cases the error is:
```
Could not find a declaration file for module '@spotlightjs/spotlight'…
-
afaiu the `package.json#exports` condition for esm should be `import` not `module`.
see https://nodejs.org/api/packages.html#conditional-exports
the keystatic packages seem to use `module`, see …
-
## Description
After importing @keystatic/core into the Next.js application directory, any page that references keystatic will load the Keystatic UI bundle js and dependencies.
![bundle size ima…
-
Hey there! I have a document field that adds a componentBlock called 'accordion'. Running into a weird issue however - whenever I add a space in the text field with multiline:true on it, it saves but…
-
I enabled images with `images: true` in a document field called article. The Keystatic page loaded normally, it allowed me to create an article and add an image. Upon saving, the page reloaded with th…
-
Hello,
Thank you for creating such a great project. I have enjoyed it a lot. I would like to suggest adding support for Nuxt.js to Keystatic. I am interested in helping with this and I would apprec…
-
### Astro Info
```block
Astro v3.6.4
Node v18.16.1
System macOS (arm64)
Package Manager pnpm
Output hybrid
Ada…
-
Given a newly created keystatic astro project:
```json
{
"name": "@keystatic/templates-astro",
"version": "0.0.13",
"license": "MIT",
"dependencies": {
"@astrojs/markdoc": "^0.5.0…