From 5768b99435e0a43e0ff290909e0e631638029a77 Mon Sep 17 00:00:00 2001 From: Matei Adriel Date: Thu, 28 Nov 2019 17:32:24 +0200 Subject: [PATCH] elm(todolist): chore: added an elmapp.config file Signed-off-by: prescientmoon --- elm/todolist/elmapp.config.js | 3 +++ elm/todolist/public/index.html | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 elm/todolist/elmapp.config.js diff --git a/elm/todolist/elmapp.config.js b/elm/todolist/elmapp.config.js new file mode 100644 index 0000000..ae3810d --- /dev/null +++ b/elm/todolist/elmapp.config.js @@ -0,0 +1,3 @@ +module.exports = { + homepage: "https://mateadrielrafael.github.io/elmTodolist" +}; diff --git a/elm/todolist/public/index.html b/elm/todolist/public/index.html index c0fb46e..7bef8ed 100644 --- a/elm/todolist/public/index.html +++ b/elm/todolist/public/index.html @@ -15,7 +15,6 @@ Elm App -