Skip to content

Commit 9e3cc91

Browse files
authored
codepen broken embed link changed (#4)
* Update index.js * fixed embed link
1 parent 975a550 commit 9e3cc91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React, { useState, useRef, useEffect } from 'react';
22
import PropTypes from 'prop-types';
33

4-
const SCRIPT_URL = 'https://production-assets.codepen.io/assets/embed/ei.js';
4+
const SCRIPT_URL = 'https://static.codepen.io/assets/embed/ei.js'; // new embed
55
const LOAD_STATE = {
66
booting: '__booting__',
77
error: '__error__',

0 commit comments

Comments
 (0)