Skip to content

Commit

Permalink
Fix resource path for account console
Browse files Browse the repository at this point in the history
Closes: #25437

Signed-off-by: Hynek Mlnarik <hmlnarik@redhat.com>
(cherry picked from commit 5f18d8b)
  • Loading branch information
hmlnarik authored and ahus1 committed Dec 15, 2023
1 parent 87753ad commit 496ca92
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[
"snowpack/assets/babel-plugin.js",
{
"webModulesUrl": "./resources/web_modules",
"webModulesUrl": "./keycloak.v2/web_modules",
"moduleResolution": "node"
}
],
Expand Down

0 comments on commit 496ca92

Please sign in to comment.