Skip to content

Commit 16f5a5c

Browse files
committed
Make backlink optional
1 parent 438c518 commit 16f5a5c

File tree

3 files changed

+25991
-2
lines changed

3 files changed

+25991
-2
lines changed

config.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ export interface Config {
2626
* Custom backlink to Sysdig Secure.
2727
* @visibility frontend
2828
*/
29-
backlink: string;
29+
backlink?: string;
3030
};
3131
}

0 commit comments

Comments
 (0)