We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 784ca63 commit 5f44498Copy full SHA for 5f44498
src/Wiki/sitemaplinks.html
@@ -44,6 +44,7 @@ <h1>Scratch Coding Hut Forum</h1>
44
<script>
45
let currentPage = 1;
46
const limit = 5;
47
+ window.location.href = 'https://sch.flarum.cloud/'
48
49
async function loadTopics(page) {
50
const response = await fetch(`http://localhost:3000/forum?page=${page}&limit=${limit}`);
0 commit comments