📓 Add changelog widget (#798)

This commit is contained in:
Luke Vella 2023-08-02 18:30:10 +01:00 committed by GitHub
parent bc53e97f93
commit d08ed6d0f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 158 additions and 100 deletions

View file

@ -34,9 +34,9 @@ declare global {
*/
NEXT_PUBLIC_CRISP_WEBSITE_ID?: string;
/**
* When defined users will be able to send feedback to this email address
* When `true` it will show the feedback button and pull the changelog from featurebase
*/
NEXT_PUBLIC_FEEDBACK_EMAIL?: string;
NEXT_PUBLIC_FEEDBACK_ENABLED?: string;
/**
* Users of your instance will see this as their support email
*/