elm(todolist): fix: hopefully fixed gh pages not beeing able to serve files
Signed-off-by: prescientmoon <git@moonythm.dev>
This commit is contained in:
parent
98b2f7ee9f
commit
5a8729c984
|
@ -15,7 +15,7 @@
|
|||
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
||||
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico" />
|
||||
<title>Elm App</title>
|
||||
<base href="./" />
|
||||
<base href="/elmTodolist" />
|
||||
</head>
|
||||
<body>
|
||||
<noscript>
|
||||
|
|
Loading…
Reference in a new issue