Skip to content

Commit

Permalink
Fixed broken old react links to unpkg and placed them locally
Browse files Browse the repository at this point in the history
  • Loading branch information
SciLor committed Apr 12, 2024
1 parent a10ceae commit 84b60c8
Show file tree
Hide file tree
Showing 4 changed files with 90,154 additions and 3 deletions.
6 changes: 3 additions & 3 deletions contrib/data/www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<title>TeddyCloud administration interface</title>
<meta name="viewport" content="width=device-width, initial-scale=0.75">

<script src="https://unpkg.com/react@16/umd/react.development.js"
<script src="library/react.development.js"
integrity="sha512-LVEAOXGRRqHiT+4awmHwL5emvXg+BTr8cC/eDF0pLuwEySgG55Pt2gfN2X6BenCsocmb2kKJ7QJVppWftFpcoA=="
crossorigin="anonymous"></script>
<script src="https://unpkg.com/react-dom@16/umd/react-dom.development.js"
<script src="library/react-dom.development.js"
integrity="sha512-MizB1VlWh4kvP5l+aBc2umqPc3V2bApU+SSqi70PZbhkLTXtJuIHXEY2LDkwqyX5yh+IzqTCP0Y0yI698i8oTA=="
crossorigin="anonymous"></script>
<script src="https://unpkg.com/[email protected]/babel.js"
<script src="library/babel.js"
integrity="sha512-pBSlhNUvB+td6sjW1zmR6L7c7kVWR4octUPl4tfHmzO63424nxta8aLmficEcAAswQmRqTiToi63AazDurj/Sg=="
crossorigin="anonymous"></script>
<script>
Expand Down
Loading

0 comments on commit 84b60c8

Please sign in to comment.