Skip to content

Commit a077eb6

Browse files
committed
fix playground endpoint for production
1 parent b7e5ae1 commit a077eb6

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)