From d0494a559cb69f79f3176354b1390233d4924a29 Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Mon, 29 Jan 2024 13:33:26 -0300 Subject: [PATCH] Link root path to tasks component --- twenty-frontend/nanoc/rules/tasks.rules | 1 + 1 file changed, 1 insertion(+) diff --git a/twenty-frontend/nanoc/rules/tasks.rules b/twenty-frontend/nanoc/rules/tasks.rules index 01a688b..a4029a0 100644 --- a/twenty-frontend/nanoc/rules/tasks.rules +++ b/twenty-frontend/nanoc/rules/tasks.rules @@ -20,6 +20,7 @@ end compile("/html/react.html.erb", rep: "tasks/index") do filter(:erb, locals: {src: "/js/main/tasks.js"}) write("/tasks/index.html") + write("/index.html") end ##