Fixed etherpad not being available from subdirectory

This commit is contained in:
SamTV12345 2024-08-17 21:13:51 +02:00
parent 7e3ad03e2f
commit 3dae23a1e5
3 changed files with 4 additions and 4 deletions

View file

@ -10,7 +10,7 @@
<% e.begin_block("htmlHead"); %>
<% e.end_block(); %>
<title><%=settings.title%></title>
<link rel="manifest" href="/manifest.json" />
<link rel="manifest" href="../../manifest.json" />
<script>
/*
|@licstart The following is the entire license notice for the

View file

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