fix: correct asset paths - app.css->style.css, favicon.svg->server.svg #89
Reference in New Issue
Block a user
Delete Branch "fix/policy-container-width"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fix two 404 errors in views/layouts/main.php:
/assets/css/app.css→/assets/css/style.css/assets/img/favicon.svg→/assets/img/server.svgThe actual files exist at those paths but the references were pointing to the wrong filenames.