Improve documentation

This commit is contained in:
Joseph Garrone
2024-02-13 02:36:56 +01:00
parent 33be752c6f
commit 4097f20e8c
3 changed files with 16 additions and 7 deletions

View File

@ -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/"
})