Fix importing non-cached CSS file
This commit is contained in:
parent
28f8607fc7
commit
b2e160f3d3
2 changed files with 2 additions and 2 deletions
|
@ -56,7 +56,7 @@ export default (context) => {
|
|||
<link rel="shortcut icon" href="/assets/favicon.ico"/>
|
||||
<link rel="preconnect" href="https://fonts.bunny.net">
|
||||
<link href="https://fonts.bunny.net/css?family=inter:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i" rel="stylesheet" />
|
||||
<link rel="stylesheet" href="/assets/bundle.css"/>
|
||||
<link rel="stylesheet" href="/assets/bundle.css?v=${Math.random()}"/>
|
||||
|
||||
<script src="/assets/scripts/sockets.js"></script>
|
||||
`;
|
||||
|
|
|
@ -9,7 +9,7 @@ The media server RPC will run on `127.0.0.1:5279` by default, so it is only acce
|
|||
|
||||
### With executable
|
||||
|
||||
- Download the latest version at https://github.com/lbryio/lbry-sdk/releases for the right target operating system.
|
||||
- Download the latest version at [https://github.com/lbryio/lbry-sdk/releases](https://github.com/lbryio/lbry-sdk/releases) for the right target operating system.
|
||||
|
||||
- Extract the ZIP file.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue