Katsuyuki Karasawa

Results 140 comments of Katsuyuki Karasawa

@davidvkimball Could you please tell me what behavior you would like to see? If you probably want to be strict and set it yourself, using `trailingSlash: "never"` should solve the...

Ah, sorry. I was working on something else for a few days, so I missed the issue. I was a bit hesitant about whether to recognize this as a bug,...

Whether this change will be merged likely depends on saicaca's judgment. I left this comment when I previously created a related PR. https://github.com/saicaca/fuwari/pull/476#issuecomment-2929012908 ``` > I had a quick question...

I've resolved two similar issues. I'll check and fix them soon. #431 #430

The `astro dev` command run by `pnpm run dev` supports hot reload and should be enabled by default. Or is it something like `--watch`?

@golam71 I have confirmed that HMR do not working. Currently, I'm in the middle of debugging, so I can't say for sure, but it appears that --watch is compiling a...

@golam71 It seems to be as expected. I think Tailwind CSS is basically written in base.css and compiled. I confirmed that HMR does not work when you write (such as...