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 082dc82 commit cc464edCopy full SHA for cc464ed
packages/editor/src/app/documentRenderers/project/ProjectContainer.tsx
@@ -172,7 +172,7 @@ const ProjectContainer = observer((props: Props) => {
172
// TODO: hardcoded fix for docs
173
path = identifiersToPath([
174
new HttpsIdentifier(
175
- uri.URI.parse("http://" + window.location.host + "/_docs/")
+ uri.URI.parse(window.location.protocol + "//" + window.location.host + "/_docs/")
176
),
177
// props.project.identifier,
178
item.data.identifier,
0 commit comments