File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 "name" : " css-modules" ,
33 "version" : " 0.1.0" ,
44 "private" : true ,
5- "homepage" : " https ://github.com/KryptKode /NASA-Facts" ,
5+ "homepage" : " http ://kryptkode. github.io /NASA-Facts" ,
66 "dependencies" : {
77 "classnames" : " ^2.2.6" ,
88 "custom-react-scripts" : " 0.2.2" ,
Original file line number Diff line number Diff line change 2828 You need to enable JavaScript to run this app.
2929 </ noscript >
3030 < audio autoplay loop >
31- < source src ="/NASA.mp3 " type ="audio/mpeg "> </ source >
31+ < source src ="%PUBLIC_URL% /NASA.mp3 " type ="audio/mpeg "> </ source >
3232 </ audio >
3333 < div id ="root "> </ div >
3434 <!--
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ export default class Rocket extends React.Component {
66 return (
77 < div >
88 < img
9- src = '/ shuttle.png'
9+ src = 'shuttle.png'
1010 alt = 'shuttle'
1111 className = { styles . img } />
1212 </ div >
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ export default class Smoke extends React.Component {
55 render ( ) {
66 return (
77 < div className = { styles . smoke } >
8- < video className = { styles . video } autoPlay loop src = '/ smoke.mov' />
8+ < video className = { styles . video } autoPlay loop src = 'smoke.mov' />
99 </ div >
1010 ) ;
1111 }
You can’t perform that action at this time.
0 commit comments