diff options
author | 2023-04-01 16:15:11 +0200 | |
---|---|---|
committer | 2023-04-01 16:15:11 +0200 | |
commit | 586f9ca0772a6f2d9374d943a82ba83262f73657 (patch) | |
tree | 7bde330df8ccd3ee6c30bca57e53e60e60643f53 /public | |
parent | Bump version (diff) |
Remove all mentions of --external-assets
Diffstat (limited to 'public')
-rw-r--r-- | public/index.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/public/index.html b/public/index.html index 4dace33..0bcab1a 100644 --- a/public/index.html +++ b/public/index.html @@ -20,10 +20,7 @@ <link rel="preload" href="%PUBLIC_URL%/fonts/WorkSans/worksans-medium-webfont.woff2" as="font" crossorigin="anonymous"> <link rel="preload" href="%PUBLIC_URL%/fonts/WorkSans/worksans-regular-webfont.woff2" as="font" crossorigin="anonymous"> <link rel="preload" href="%PUBLIC_URL%/fonts/WorkSans/worksans-semibold-webfont.woff2" as="font" crossorigin="anonymous"> - <!-- - We need to put it plain in the html because of Keycloakify, in case we decide to remove --external-assets - SEE: https://github.com/InseeFrLab/keycloakify#font-face-importing-fonts-from-thesrc-dir - --> + <!-- SEE: https://docs.keycloakify.dev/limitations#self-hosted-fonts --> <style> /* latin */ @font-face { |