Remove the networked image from the example (#123728)

This commit is contained in:
Greg Spencer
2023-03-29 18:58:25 -07:00
committed by GitHub
parent f266cccdea
commit c26d1de4a0
3 changed files with 17 additions and 13 deletions

View File

@@ -7,5 +7,8 @@
"editor.formatOnSave": false,
"editor.formatOnType": false,
"html.format.enable": false
"html.format.enable": false,
"githubPullRequests.ignoredPullRequestBranches": [
"master"
]
}