Aias00 opened a new issue, #1909:
URL: https://github.com/apache/rocketmq-dashboard/issues/1909

   ## Problem
   
   RocketMQ Studio does not declare a favicon in `web/index.html`. Browsers 
therefore request `/favicon.ico`, but the web package does not provide that 
file, producing a recurring 404 in the browser console and server access logs.
   
   The frontend already ships `web/src/assets/logos/apache-feather.svg`, so the 
HTML can explicitly reference the existing asset without adding a duplicate 
image or dependency.
   
   ## Expected behavior
   
   - Declare the existing Apache Feather SVG as the page icon.
   - Let Vite resolve and bundle the asset for production builds.
   - Opening Studio should no longer trigger a request for the missing 
`/favicon.ico`.
   
   ## Validation
   
   - The frontend production build succeeds.
   - The generated `dist/index.html` references the emitted icon asset.
   - No new image asset or dependency is introduced.
   
   ## Scope
   
   Track 1: AI-Native unified management platform frontend polish and local 
operability.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to