Skip to content

Commit

Permalink
docs(readme): added base path support in feature list in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Raj Nandan Sharma authored and Raj Nandan Sharma committed Apr 29, 2024
1 parent be1ecf1 commit 0c24507
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,12 @@ categories:
description: "loroem ipsum lorem ipsum"
```

## Base Path

To set the base path of your kener instance you can set the `KENER_BASE_PATH` environment variable. This will be used to prefix all the routes in the application. The env variable should not have a trailing slash and should start with `/`

It should be present during both build and run time. If you are using docker you will have to do your own build and set this env variable during `docker build`

## Custom Scripts
You can include any script in the `app.html` file like google analytics etc

Expand Down

0 comments on commit 0c24507

Please sign in to comment.