Skip to content

Commit

Permalink
GitBook: [#76] No subject
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej authored and gitbook-bot committed Jul 4, 2022
1 parent 6058f1e commit 871f93b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion page-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This only apply if your theme is integrated to to a React app.  
If your Keycloak theme is a standalone react project you can ignore this section. 
{% endhint %}

By default the theme generated is standalone. Meaning that when your users reach the login pages all scripts, images and stylesheet are downloaded from the Keycloak server.\
By default when your users reach the login pages all scripts, images and stylesheet are downloaded from the Keycloak server.\
If you are specifically building a theme to integrate with an app or a website that allows users to first browse unauthenticated before logging in, you will get a significant performance boost if you jump through those hoops:

* Provide the url of your app in the `homepage` field of package.json. [ex](https://github.com/garronej/keycloakify-demo-app/blob/7847cc70ef374ab26a6cc7953461cf25603e9a6d/package.json#L2) or in a `public/CNAME` file. [ex](https://github.com/garronej/keycloakify-demo-app/blob/main/public/CNAME).
Expand Down

0 comments on commit 871f93b

Please sign in to comment.