mirror of
https://github.com/chinchang/web-maker.git
synced 2025-10-10 19:14:33 +02:00
changing preview.html -> .hmt
because cloudflare is redirecting preview.html to /preview this is causing a redirect
This commit is contained in:
@@ -962,7 +962,7 @@ export default class ContentWrap extends Component {
|
||||
/>
|
||||
) : (
|
||||
<iframe
|
||||
src={`${PREVIEW_FRAME_HOST}/preview.html`}
|
||||
src={`${PREVIEW_FRAME_HOST}/preview.htm`}
|
||||
ref={el => (this.frame = el)}
|
||||
frameborder="0"
|
||||
id="demo-frame"
|
||||
|
Reference in New Issue
Block a user