aboutsummaryrefslogtreecommitdiffstats
path: root/vite.config.ts
diff options
context:
space:
mode:
authorGravatar Joseph Garrone <[email protected]>2024-02-13 02:36:56 +0100
committerGravatar Joseph Garrone <[email protected]>2024-02-13 02:36:56 +0100
commit4097f20e8cafc0c130231b6aea454bcafb229b3d (patch)
treef35b220411397ffb9b67dcbeb903b35883e2c534 /vite.config.ts
parentBump version (diff)
Improve documentation
Diffstat (limited to 'vite.config.ts')
-rw-r--r--vite.config.ts9
1 files changed, 8 insertions, 1 deletions
diff --git a/vite.config.ts b/vite.config.ts
index e4587f3..c0c54e3 100644
--- a/vite.config.ts
+++ b/vite.config.ts
@@ -11,5 +11,12 @@ export default defineConfig({
react(),
commonjs(),
keycloakify()
- ]
+ ],
+ /*
+ * Uncomment this if you want to use the default domain provided by GitHub Pages
+ * replace "keycloakify-starter" with your repository name.
+ * This is only relevent if you are building an Wep App + A Keycloak theme.
+ * If you are only building a Keycloak theme, you can ignore this.
+ */
+ //base: "/keycloakify-starter/"
})