diff --git a/src/location.js b/src/location.js index 67f2cc4..9539513 100644 --- a/src/location.js +++ b/src/location.js @@ -1,6 +1,6 @@ // extracted so it can be tested without requiring the worker runtime export function getCodeSandboxLocation(path) { - const prefix = 'https://codesandbox.io/s/github/' + const prefix = 'https://codesandbox.io/p/github/' const parts = path .substr(1) .split('/')