Skip to content

Commit

Permalink
prepare for new domain :)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jadit19 committed Mar 15, 2024
1 parent 11cceda commit a8b7c2f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
title: Astro Club IITK
description: A comprehensive guide to Astronomy Club IITK
theme: just-the-docs
url: https://astroclubiitk.github.io/wiki
url: https://wiki.astroclubiitk.in
repository: astroclubiitk/wiki

# Set a path/url to a favicon that will be displayed by the browser
Expand Down
2 changes: 1 addition & 1 deletion _includes/head_custom.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<script>
const redirectFunction = () => {
try {
fetch('/wiki/assets/js/search-data.json')
fetch('/assets/js/search-data.json')
.then(res => res.json())
.then(data => {
const length = Object.keys(data).length
Expand Down
2 changes: 1 addition & 1 deletion _includes/header_custom.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<script>
document.addEventListener('DOMContentLoaded', () => {
document.querySelector('a.site-title').innerHTML =
'<img src="/wiki/assets/images/astroclubiitk_navbar_logo.png" alt="logo" style="height: 80%; max-height: 45px" />'
'<img src="/assets/images/astroclubiitk_navbar_logo.png" alt="logo" style="height: 80%; max-height: 45px" />'
})
</script>

Expand Down

0 comments on commit a8b7c2f

Please sign in to comment.