revoltchat / frontend

Monorepo for Revolt's frontend.
https://revolt.chat
GNU Affero General Public License v3.0
150 stars 46 forks source link

bug: Can't build - missing assets #299

Open Rushmore75 opened 1 month ago

Rushmore75 commented 1 month ago

What happened?

When trying to build in dev mode (using the README as a guide) the frontend crashes with import RevoltSvg from "../../public/assets/wordmark_wide_500px.svg?component-solid"; when trying to import it in /packages/client/components/auth/src/AuthPage.tsx When trying to fix it by download the official assets the repo https://github.com/revoltchat/assets/ is missing, where are the assets stored now?

Rushmore75 commented 1 month ago

It appears that /packages/client/public/assets is just missing wordmark_wide_500px.svg, when I put a dummy svg there the site loads without error

Rexogamer commented 1 month ago

it seems wide.svg is unused/afaik was originally used for this? see also https://github.com/upryzing/lavender/commit/9d7ed28d836067f06661c4c7ad2ca0037d5939ec