Skip to content

Commit 71cadd4

Browse files
committed
Remove unused gitpod domain
1 parent 72d623d commit 71cadd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/contents/gitpod-dashboard.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const isSiteGitpod = (): boolean => {
1414
};
1515

1616
export const config: PlasmoCSConfig = {
17-
matches: ["https://gitpod.io/*", "https://*.gitpod.cloud/*", "https://*.gitpod.dev/*"],
17+
matches: ["https://gitpod.io/*", "https://*.gitpod.cloud/*"],
1818
};
1919

2020
const storage = new Storage();

0 commit comments

Comments
 (0)