Skip to content
Snippets Groups Projects
Commit 330757a4 authored by Jonas Zohren's avatar Jonas Zohren
Browse files

Use relative links to assets

parent 137dbfa2
No related branches found
No related tags found
No related merge requests found
Pipeline #16428 passed
...@@ -6,11 +6,11 @@ ...@@ -6,11 +6,11 @@
<title>Svelte app</title> <title>Svelte app</title>
<link rel="icon" type="image/png" href="/favicon.png" /> <link rel="icon" type="image/png" href="./favicon.png" />
<link rel="stylesheet" href="/global.css" /> <link rel="stylesheet" href="./global.css" />
<link rel="stylesheet" href="/build/bundle.css" /> <link rel="stylesheet" href="./build/bundle.css" />
<script defer src="/build/bundle.js"></script> <script defer src="./build/bundle.js"></script>
</head> </head>
<body></body> <body></body>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment