Skip to content

Commit 7f3172d

Browse files
Fix icon
1 parent 221d778 commit 7f3172d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>AtlasServer - Documentation</title>
77
<link rel="stylesheet" href="css/styles.css">
88
<link rel="stylesheet" href="css/search.css">
9-
<link rel="icon" type="image/x-icon" href="/static/svg/atlas.svg" />
9+
<link rel="icon" type="image/x-icon" href="static/svg/atlas.svg" />
1010
<!-- Library for converting Markdown to HTML -->
1111
<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
1212
<!-- Optional: for code highlighting -->

0 commit comments

Comments
 (0)