Skip to content

Commit 5724225

Browse files
committed
fix playground endpoint for production
Fixes a loading error introduced by b7e5ae1 Closes #1100
1 parent b7e5ae1 commit 5724225

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Try.res

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ let getStaticProps: Next.GetStaticProps.t<props, _> = async _ => {
6161
}
6262
| (None, _) => (
6363
// Use same-origin requests for the bundle
64-
"",
64+
"/playground-bundles",
6565
// There is no version endpoint in the build phase
6666
"https://cdn.rescript-lang.org",
6767
)

0 commit comments

Comments
 (0)