Fix resource path for account console
Closes: #25437 Signed-off-by: Hynek Mlnarik <hmlnarik@redhat.com>
This commit is contained in:
parent
60f6d4373e
commit
5f18d8b94b
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
[
|
||||
"snowpack/assets/babel-plugin.js",
|
||||
{
|
||||
"webModulesUrl": "./resources/web_modules",
|
||||
"webModulesUrl": "./keycloak.v2/web_modules",
|
||||
"moduleResolution": "node"
|
||||
}
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue