From 621ec4cb3afdae23f8aa0a093eabde20d770a75a Mon Sep 17 00:00:00 2001 From: Autumn Date: Thu, 14 May 2026 06:19:45 +0100 Subject: [pages] added basic styling & fonts --- src/app.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/app.ts') diff --git a/src/app.ts b/src/app.ts index 5000fbb..f34dad9 100644 --- a/src/app.ts +++ b/src/app.ts @@ -11,6 +11,8 @@ const app = express() app.set("view engine", "pug") app.set("views", "./src/views") +app.use("/public", express.static("./src/public")) + // setup routes import apiRouter from "@routes/api.ts" import dashboardRouter from "@routes/dashboard.ts" -- cgit v1.3