diff options
author | 2024-02-13 02:36:56 +0100 | |
---|---|---|
committer | 2024-02-13 02:36:56 +0100 | |
commit | 4097f20e8cafc0c130231b6aea454bcafb229b3d (patch) | |
tree | f35b220411397ffb9b67dcbeb903b35883e2c534 /vite.config.ts | |
parent | Bump version (diff) |
Improve documentation
Diffstat (limited to 'vite.config.ts')
-rw-r--r-- | vite.config.ts | 9 |
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/" }) |