We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 975a550 commit 9e3cc91Copy full SHA for 9e3cc91
1 file changed
src/index.js
@@ -1,7 +1,7 @@
1
import React, { useState, useRef, useEffect } from 'react';
2
import PropTypes from 'prop-types';
3
4
-const SCRIPT_URL = 'https://production-assets.codepen.io/assets/embed/ei.js';
+const SCRIPT_URL = 'https://static.codepen.io/assets/embed/ei.js'; // new embed
5
const LOAD_STATE = {
6
booting: '__booting__',
7
error: '__error__',
0 commit comments