Skip to content

Commit cc464ed

Browse files
committed
fix
1 parent 082dc82 commit cc464ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/editor/src/app/documentRenderers/project/ProjectContainer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ const ProjectContainer = observer((props: Props) => {
172172
// TODO: hardcoded fix for docs
173173
path = identifiersToPath([
174174
new HttpsIdentifier(
175-
uri.URI.parse("http://" + window.location.host + "/_docs/")
175+
uri.URI.parse(window.location.protocol + "//" + window.location.host + "/_docs/")
176176
),
177177
// props.project.identifier,
178178
item.data.identifier,

0 commit comments

Comments
 (0)