Skip to content
Browse files

Make links work for both gh-pages and locally

An inelegant hack, but it works
  • Loading branch information...
1 parent 42621bf commit 65fdc5f0fc4d0a4afe11e60e676990796aea12c2 @BerkeleyTrue BerkeleyTrue committed
Showing with 2 additions and 0 deletions.
  1. +2 −0 index.html
View
2 index.html
@@ -6,6 +6,7 @@
<title>Example | React Video</title>
<link rel="stylesheet" href="http://necolas.github.io/normalize.css/3.0.1/normalize.css">
<link rel="stylesheet" href="/lib/Vimeo.css">
+ <link rel="stylesheet" href="/react-vimeo/lib/Vimeo.css">
<style>
@media screen and (min-width: 600px) {
.content {
@@ -33,6 +34,7 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/0.14.6/react.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/0.14.6/react-dom.js"></script>
<script src="/lib/umd/ReactVimeo.js"></script>
+ <script src="/react-vimeo/lib/umd/ReactVimeo.js"></script>
<script type="text/javascript">
ReactDOM.render(
React.createElement(ReactVimeo, { videoId: '131196784' }),

0 comments on commit 65fdc5f

Please sign in to comment.
Something went wrong with that request. Please try again.