mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-01 20:59:14 -04:00
Fixed etherpad not being available from subdirectory
This commit is contained in:
parent
7e3ad03e2f
commit
3dae23a1e5
3 changed files with 4 additions and 4 deletions
|
@ -30,7 +30,7 @@
|
|||
*/
|
||||
</script>
|
||||
<meta charset="utf-8">
|
||||
<link rel="manifest" href="/manifest.json" />
|
||||
<link rel="manifest" href="../../../manifest.json" />
|
||||
<meta name="robots" content="noindex, nofollow">
|
||||
<meta name="referrer" content="no-referrer">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue