Skip to content

Commit 5f44498

Browse files
authored
Update sitemaplinks.html
1 parent 784ca63 commit 5f44498

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Wiki/sitemaplinks.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ <h1>Scratch Coding Hut Forum</h1>
4444
<script>
4545
let currentPage = 1;
4646
const limit = 5;
47+
window.location.href = 'https://sch.flarum.cloud/'
4748

4849
async function loadTopics(page) {
4950
const response = await fetch(`http://localhost:3000/forum?page=${page}&limit=${limit}`);

0 commit comments

Comments
 (0)