Skip to content

Commit

Permalink
chore: relative paths
Browse files Browse the repository at this point in the history
  • Loading branch information
joerdav committed May 24, 2024
1 parent abcf40d commit 3b32f20
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.65.5/theme/dracula.min.css"
/>
<link data-rh="true" rel="icon" href="/favicon.ico" />
<link data-rh="true" rel="icon" href="favicon.ico" />
<script
src="https://cdnjs.cloudflare.com/ajax/libs/ace/1.4.12/ace.js"
crossorigin="anonymous"
></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.58.3/codemirror.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.58.3/mode/go/go.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/js-beautify/1.15.1/beautify-html.js"></script>
<script src="/wasm_exec.js"></script>
<script src="wasm_exec.js"></script>
<script src="script.js"></script>
</head>
<body class="dark-mode">
Expand All @@ -35,7 +35,7 @@
<a class="navbar__brand" href="https://templ.guide/"
><div class="navbar__logo">
<img
src="/templ-logo.svg"
src="templ-logo.svg"
alt="Templ Logo"
class="navbar__logo__img"
/></div></a
Expand Down

0 comments on commit 3b32f20

Please sign in to comment.