1
Fork 0

elm(todolist): chore: added an elmapp.config file

Signed-off-by: prescientmoon <git@moonythm.dev>
This commit is contained in:
Matei Adriel 2019-11-28 17:32:24 +02:00 committed by prescientmoon
parent 5a8729c984
commit 5768b99435
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4
2 changed files with 3 additions and 1 deletions

View file

@ -0,0 +1,3 @@
module.exports = {
homepage: "https://mateadrielrafael.github.io/elmTodolist"
};

View file

@ -15,7 +15,6 @@
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" /> <link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico" /> <link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico" />
<title>Elm App</title> <title>Elm App</title>
<base href="/elmTodolist" />
</head> </head>
<body> <body>
<noscript> <noscript>