Skip to content

Commit 91c0060

Browse files
committed
fix: file path to run on test enviroment
1 parent 965850c commit 91c0060

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

css/navbar.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ nav-item {
2929
} */
3030

3131
.icon {
32-
background-image: url(/assets/performanc/favicon.png);
32+
background-image: url(../assets/performanc/favicon.png);
3333
display: block;
3434
aspect-ratio: 1 / 1;
3535
background-size: cover;

global/css/gui-toolkit.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
@import url(/assets/fonts/index.css);
1+
@import url(../../assets/fonts/index.css);
22
@import url(root.css);
33
@import url(mobile-menu.css);

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
<meta name="twitter:description" content="Working for the best of the future">
2121
<meta name="twitter:image" content="https://performanc.org/assets/performanc/logo.png">
2222
<!--INFO: Links -->
23-
<link rel="icon" type="image/png" href="/assets/performanc/favicon.png">
23+
<link rel="icon" type="image/png" href="assets/performanc/favicon.png">
2424
<link rel="canonical" href="https://performanc.org/">
25-
<link rel="stylesheet" href="/global/css/gui-toolkit.css" />
25+
<link rel="stylesheet" href="global/css/gui-toolkit.css" />
2626
<link rel="stylesheet" href="index.css" />
2727
<!-- INFO: Scripts -->
2828
<script type="module" src="index.js"></script>

0 commit comments

Comments
 (0)