Katsuyuki Karasawa

Results 140 comments of Katsuyuki Karasawa

Ah, I see. So eslint is included in the CRA...

https://github.com/facebook/create-react-app/blob/main/packages%2Feslint-config-react-app%2Findex.js

```ts // src/content/config.ts to src/content.config.ts import { defineCollection, z } from 'astro:content' import { glob } from 'astro/loaders' const postsCollection = defineCollection({ loader: glob({ pattern: '**/*.md', base: 'path/to/content' }), schema:...

They said they would adopt it, so I'm creating a PoC. Thinking about where to place content.

I made a PoC. There is no problem until the article is displayed, but it seems to be causing a rather troublesome problem around images... Personally, I feel it is...

https://github.com/L4Ph/fuwari/tree/content-layer-api

I've tried a few things since then, but I can't think of a good way to do it, so I'd appreciate some advice. ImageWrapper is the only problem @saicaca

Can you upload the file you used? I'll check.

Could you please tell me the markdown you wrote? Perhaps it's written like this: ```md ![](./{your_image}.gif) ``` @Yuuzi261