ymcatwincities / openy

The Open Y platform. See README.md below
https://openy.org
GNU General Public License v3.0
49 stars 111 forks source link

Open Y Alerts: not found errors for Slick fonts #2600

Closed dchubar-fj closed 2 years ago

dchubar-fj commented 2 years ago

CSS related to Open Y Alerts uses the absolute path to include Slick fonts, like /static/media/slick.ced611da.eot or /static/media/slick.b7c9e1e4.woff https://github.com/open-y-subprojects/openy_node_alert/blob/411f4bda4343477fe99be916f7246083708338fd/js/openy-alerts/build/static/css/main.css#L133

It's a wrong absolute path, fonts are not available by https://sandbox-carnation-cus.openy.org/static/media/slick.ced611da.eot because located inside the openy_node_alert module. This results in 404 errors that can affect SEO.

sarah-halby commented 2 years ago

@shelleygoetz please open a ticket in Jira.

shelleygoetz commented 2 years ago

@sarah-halby Jira ticket created: https://openy.atlassian.net/browse/MAINTAIN-223

podarok commented 2 years ago

It's not anymore a case All paths are relative without leading slash image

Could you verify on the latest Alerts? @dchubar-fj

https://github.com/open-y-subprojects/openy_node_alert/releases/tag/1.1.5

podarok commented 2 years ago

THis is done