Fix importing non-cached CSS file

This commit is contained in:
Ben van Hartingsveldt 2025-07-23 21:25:19 +02:00
parent 28f8607fc7
commit b2e160f3d3
No known key found for this signature in database
GPG key ID: 261AA214130CE7AB
2 changed files with 2 additions and 2 deletions

View file

@ -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>
`;

View file

@ -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.