From 404e71b02107f1195be9f291baf424b507fe31c7 Mon Sep 17 00:00:00 2001 From: Anand Krishnamoorthi Date: Tue, 6 Feb 2024 01:06:02 -0800 Subject: [PATCH] Include style.css Signed-off-by: Anand Krishnamoorthi --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index fdbcf7f3..fa72e79c 100644 --- a/_config.yml +++ b/_config.yml @@ -4,7 +4,7 @@ description: >- # this means to ignore newlines until "baseurl:" Run Regorus in a browser via WASM url: "https://anakrish.github.io" baseurl: "/" -include: ["examples", "node_modules", "pkg"] +include: ["examples", "node_modules", "pkg", "style.css"] # Build settings #theme: minimal