From 3bfc56301fe5a146f7b021190c36703032e3f1ed Mon Sep 17 00:00:00 2001 From: Foster Hangdaan Date: Wed, 26 Jul 2023 09:08:26 -0400 Subject: [PATCH] Fix link of stylesheet Use an absolute path so that it always starts at the root of the project. --- _includes/layouts/main.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/layouts/main.tsx b/_includes/layouts/main.tsx index d963c00..5d726ba 100644 --- a/_includes/layouts/main.tsx +++ b/_includes/layouts/main.tsx @@ -5,7 +5,7 @@ export default function({ title, children }) { { title } - +