Replies: 2 comments 1 reply
-
+1 |
Beta Was this translation helpful? Give feedback.
1 reply
-
I think you could use the import alias described here: https://keystatic.com/docs/recipes/astro-images |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, 👋
I'm using Astro for my project and I'm creating a categories collection. Each entry will have a title, slug, and an image selection field for an icon. I know that by default, Keystatic creates a slug folder for each entry and places the image inside it. But what if I don't want the slug folder because I want every icon file to be just in
src/icons
? Is it possible, or am I wrong about what I want?Beta Was this translation helpful? Give feedback.
All reactions