🖼️Importing assets and fonts
Importing Custom assets that aren't fonts
import fooPngUrl from "./assets/foo.png";
// NOTE: fooPngUrl is a URL (string) that points to the asset.
// ...
<img src={fooPngUrl} />
In you public/index.html file
public/index.html file
In your TypeScript files

Importing Fonts
Importing Default Keycloak Theme Resources
Last updated
Was this helpful?
