Skip to content

Commit 088efaa

Browse files
committed
another change for #727, getting warmer
1 parent 63380c5 commit 088efaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/controllers/embed.controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export function serveProject(req, res) {
2525

2626
const base = sketchDoc.createElement('base');
2727
// const fullUrl = `${req.protocol}://${req.get('host')}${req.originalUrl}`;
28-
const fullUrl = `${req.protocol}://${req.get('host')}`;
28+
const fullUrl = `https://${req.get('host')}`;
2929
base.href = `${fullUrl}/`;
3030
sketchDoc.head.appendChild(base);
3131

0 commit comments

Comments
 (0)