julien-c HF staff commited on
Commit
5dfbc5b
·
verified ·
1 Parent(s): 92072e0

IMPORTANT: relative paths

Browse files
Files changed (1) hide show
  1. public/index.html +4 -4
public/index.html CHANGED
@@ -6,11 +6,11 @@
6
 
7
  <title>Svelte app</title>
8
 
9
- <link rel='icon' type='image/png' href='/favicon.png'>
10
- <link rel='stylesheet' href='/global.css'>
11
- <link rel='stylesheet' href='/build/bundle.css'>
12
 
13
- <script defer src='/build/bundle.js'></script>
14
  </head>
15
 
16
  <body>
 
6
 
7
  <title>Svelte app</title>
8
 
9
+ <link rel='icon' type='image/png' href='./favicon.png'>
10
+ <link rel='stylesheet' href='./global.css'>
11
+ <link rel='stylesheet' href='./build/bundle.css'>
12
 
13
+ <script defer src='./build/bundle.js'></script>
14
  </head>
15
 
16
  <body>