Skip to content

Commit 8bf817a

Browse files
authored
Merge pull request #15 from sysdiglabs/dev-fix-backlink-requirement
Make backlink optional
2 parents 438c518 + 16f5a5c commit 8bf817a

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)