diff --git a/playground/fs-serve/root/src/index.html b/playground/fs-serve/root/src/index.html index b8ed6b184..5b2363740 100644 --- a/playground/fs-serve/root/src/index.html +++ b/playground/fs-serve/root/src/index.html @@ -169,12 +169,7 @@ }) // not imported before, outside of root, treated as unsafe - fetch( - joinUrlSegments( - base, - joinUrlSegments('/@fs/', ROOT) + '/unsafe.json?import&raw', - ), - ) + fetch('/@fs/' + ROOT + '/unsafe.json?import&raw') .then((r) => { text('.unsafe-fs-fetch-raw-status', r.status) return r.json()