Skip to content

Commit

Permalink
fix(CodeSandbox): fix CodeSandbox examples paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartozzz committed Apr 21, 2020
1 parent 32c108d commit 962596a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .codesandbox/ci.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"sandboxes": [
"vanilla",
".codesandbox/sandbox/manual",
".codesandbox/sandbox/automatic"
"/.codesandbox/sandbox/manual",
"/.codesandbox/sandbox/automatic"
]
}

0 comments on commit 962596a

Please sign in to comment.