geeksforsocialchange / the-trans-dimension

The Trans Dimension is an online community hub connecting trans communities in the UK.
http://transdimension.uk
Other
3 stars 1 forks source link

Move font preload into vite config #460

Open katjam opened 1 week ago

katjam commented 1 week ago

Description

Elm Pages v3 it set up for preloads to happen in the vite config. This was a limitation in v2 and we did a hacky workaround.

We had to urgently move Plausible embed because the script tags were being sanitised out. Be guided by https://github.com/geeksforsocialchange/the-trans-dimension/pull/459 to do the same for font preload defined in app/View.elm.

Huly®: TD-456