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 8679674 commit 7e4004dCopy full SHA for 7e4004d
packages/common/src/components/CustomTemplate/index.tsx
@@ -22,7 +22,7 @@ interface Props {
22
}
23
const BANNER = 'https://codesandbox.io/static/img/banner.png';
24
const SCREENSHOT_API_URL = (id: string) =>
25
- `${host()}/api/v1/sandboxes/${id}/screenshot.png`;
+ `https://codesandbox.io/api/v1/sandboxes/${id}/screenshot.png`;
26
const CustomTemplate = ({ template, onClick, i }: Props) => {
27
if (!template) {
28
return (
0 commit comments