We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7e5ae1 commit a077eb6Copy full SHA for a077eb6
src/Try.res
@@ -61,7 +61,7 @@ let getStaticProps: Next.GetStaticProps.t<props, _> = async _ => {
61
}
62
| (None, _) => (
63
// Use same-origin requests for the bundle
64
- "",
+ "/playground-bundles",
65
// There is no version endpoint in the build phase
66
"https://cdn.rescript-lang.org",
67
)
0 commit comments