Remove precompiled javascript #55

Merged
floatingghost merged 18 commits from remove-precompiled-js into develop 2022-07-08 13:03:20 +00:00
1 changed files with 6 additions and 2 deletions
Showing only changes of commit b2860aeb97 - Show all commits

View File

@ -1,8 +1,12 @@
<html>
<head>
<title>Akkoma</title>
<!--server-generated-meta-->
</head>
<body>
<h3>Welcome to Akkoma!</h3>
<p>If you're seeing this page, your server works!</p>
<p>In order to get a frontend to show here, you'll need to set up <pre>:pleroma, :frontends, :primary</pre> and install your frontend of choice</p>
<!--server-generated-meta-->
<p>In order to get a frontend to show here, you'll need to set up <code>:pleroma, :frontends, primary</code> and install your frontend of choice</p>
<a href="https://docs.akkoma.dev/main/backend/configuration/cheatsheet/#frontend-management">Documentation</a>
</body>
</html>