summaryrefslogtreecommitdiffstats
path: root/ui/src/index.html
diff options
context:
space:
mode:
authorperflyst <mail@perflyst.de>2019-05-27 13:39:05 +0200
committerperflyst <mail@perflyst.de>2019-05-27 13:39:05 +0200
commitb2fb1eadbec05f2289cf4f551a013056a538769b (patch)
tree7a531d62f7c561a7a425e4e9cae721a2f2d53554 /ui/src/index.html
parent4668eac0d0f91f7c02c325d7cd6d6447c517204a (diff)
Use local assets instead of cloudflare cdn
Diffstat (limited to 'ui/src/index.html')
-rw-r--r--ui/src/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/src/index.html b/ui/src/index.html
index de457eca..ae511ade 100644
--- a/ui/src/index.html
+++ b/ui/src/index.html
@@ -7,8 +7,8 @@
<link rel="shortcut icon" type="image/svg+xml" href="/static/assets/favicon.svg" />
<link rel="apple-touch-icon" href="/static/assets/apple-touch-icon.png" />
<title>Lemmy</title>
- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/balloon-css/0.5.0/balloon.min.css">
- <script src="https://cdnjs.cloudflare.com/ajax/libs/sortable/0.8.0/js/sortable.min.js"></script>
+ <link rel="stylesheet" href="/static/assets/libs/balloon-css/balloon.min.css">
+ <script src="/static/assets/libs/sortable/sortable.min.js"></script>
</head>
<body>