fix: use absolute paths
This commit is contained in:
parent
9e43c85791
commit
c362d17262
3 changed files with 21 additions and 21 deletions
|
|
@ -4,9 +4,9 @@
|
|||
<meta charset="UTF-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link rel="stylesheet" href="../styles/common.css" />
|
||||
<link rel="stylesheet" href="../styles/post.css" />
|
||||
<link rel="icon" type="image/webp" href="../public/logo.webp" />
|
||||
<link rel="stylesheet" href="/styles/common.css" />
|
||||
<link rel="stylesheet" href="/styles/post.css" />
|
||||
<link rel="icon" type="image/webp" href="/public/logo.webp" />
|
||||
<title>Barrett Ruth</title>
|
||||
</head>
|
||||
<body class="graph">
|
||||
|
|
@ -121,7 +121,7 @@
|
|||
<div style="display: flex; justify-content: center">
|
||||
<img
|
||||
width="50%"
|
||||
src="../public/website-design.webp"
|
||||
src=./public/website-design.webp"
|
||||
alt="system design of my portfolio website"
|
||||
/>
|
||||
</div>
|
||||
|
|
@ -149,7 +149,7 @@
|
|||
</article>
|
||||
</div>
|
||||
</main>
|
||||
<script src="../scripts/common.js"></script>
|
||||
<script src="../scripts/post.js"></script>
|
||||
<script src="/scripts/common.js"></script>
|
||||
<script src="/scripts/post.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue