Skip to content

Conversation

@hexawulf
Copy link
Owner

The favicon was not displaying because Vite's root was set to client/, causing it to look for the public/ directory within client/ by default.

This commit updates vite.config.ts to explicitly set publicDir to point to the public/ directory at the project root. This ensures that Vite can find and serve the favicon files and other static assets correctly.

The favicon was not displaying because Vite's `root` was set to `client/`, causing it to look for the `public/` directory within `client/` by default.

This commit updates `vite.config.ts` to explicitly set `publicDir` to point to the `public/` directory at the project root. This ensures that Vite can find and serve the favicon files and other static assets correctly.
@hexawulf hexawulf merged commit 9666613 into main May 31, 2025
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants