From d083d5d72e4bf496b8152d14986818a5b63fe301 Mon Sep 17 00:00:00 2001 From: Anirudh Oppiliappan Date: Sat, 17 Dec 2022 12:45:21 +0530 Subject: routes: serve static content from /static --- config.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'config.yaml') diff --git a/config.yaml b/config.yaml index 59e903a..5dbe023 100644 --- a/config.yaml +++ b/config.yaml @@ -8,8 +8,9 @@ repo: mainBranch: - master - main -template: - dir: ./templates +dirs: + templates: ./templates + static: ./static meta: title: git good description: i think it's a skill issue -- cgit