elm(todolist): chore: added an elmapp.config file
Signed-off-by: prescientmoon <git@moonythm.dev>
This commit is contained in:
parent
5a8729c984
commit
5768b99435
3
elm/todolist/elmapp.config.js
Normal file
3
elm/todolist/elmapp.config.js
Normal file
|
@ -0,0 +1,3 @@
|
|||
module.exports = {
|
||||
homepage: "https://mateadrielrafael.github.io/elmTodolist"
|
||||
};
|
|
@ -15,7 +15,6 @@
|
|||
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
||||
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico" />
|
||||
<title>Elm App</title>
|
||||
<base href="/elmTodolist" />
|
||||
</head>
|
||||
<body>
|
||||
<noscript>
|
||||
|
|
Loading…
Reference in a new issue