diff --git a/src/Try.res b/src/Try.res index 88ab78268..7a1122d74 100644 --- a/src/Try.res +++ b/src/Try.res @@ -61,7 +61,7 @@ let getStaticProps: Next.GetStaticProps.t = async _ => { } | (None, _) => ( // Use same-origin requests for the bundle - "", + "/playground-bundles", // There is no version endpoint in the build phase "https://cdn.rescript-lang.org", )