Replies: 1 comment
-
import { getMimeType } from 'hono/utils/mime'; you can use hono mime replace
|
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
-
Hello,
I don't know how to correctly serve the react static file generate by vite on build.
With express I can just do that and it work, even if I reload the page on a different route
But I can't do that with Hono, that's the last thing that block me...
I had to do that to be able to correctly display the web page and it feel wrong...
Beta Was this translation helpful? Give feedback.
All reactions