-
Hi Keystatic Team!
Thank you for your great work.
Currently all content management happens under the /keystatic endpoint. I was wondering if it would be possible to make this url configurable? I…
-
Builds are failing due to:
`[commonjs--resolver] [plugin vite:resolve] Cannot bundle Node.js built-in "node:path" imported from "node_modules/.pnpm/@keystatic+core@0.5.32_react-dom@18.3.1_react@18.3.…
-
With this keystatic config
```ts
// in ./keystatic.config.ts
import { config, fields, collection } from '@keystatic/core';
export default config({
storage: {
kind: 'local',
},
co…
-
This is for awesome things. If you want to join this list, please leave info on this issue.
这里是 Awesome astro-theme-pure 展示台。如果你也想加入这个展示台列表(部署案例 / 相关拓展文档),请不要吝啬在下方留言。
## Demos
- [Official Dem…
-
Lately we have been using keystatic for small projects, but there is one big disadvantage
Impossible to sort entries, which is a lot of pain. What if there weren't 5, but 100? Rewrite all 100 of th…
-
Hi!
I've been trying to setup a Footnote custom `mark` component, as written [here](https://github.com/Thinkmill/keystatic/issues/990#issuecomment-2105583833). There's a sample repo using Next, but…
-
Hi there, I've installed Astro through **Keystatic CLI**, then changed **trailingslash** configuration to "**always**", but admin panel still uses no trailing slash path. That shoots errors, 404s ever…
-
Given a newly created keystatic astro project:
```json
{
"name": "@keystatic/templates-astro",
"version": "0.0.13",
"license": "MIT",
"dependencies": {
"@astrojs/markdoc": "^0.5.0…
-
When I access my project in dev mode at http://localhost:3000/keystatic, I always get redirected to http://127.0.0.1:3000/keystatic and receive an ERR_CONNECTION_REFUSED error from my browser. I think…
-
Am using the latest Astro and vercel module integration.
Everything was working fine on Vercel unti today, I tried to access the '/keystatic' route and I got a 500 error:
I have already linked…