From 8f78ac0f1f64d4d2135bffb7b65275023adf177a Mon Sep 17 00:00:00 2001 From: harehare Date: Thu, 18 Jun 2026 22:24:31 +0900 Subject: [PATCH] feat(app): set document title based on current path --- frontend/src/App.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 3c18f42..2b35fef 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -259,6 +259,7 @@ export default function App() { return (
+ {session.currentPath ? `mq-serve | ${session.currentPath}` : 'mq-serve'} updateSession({ query: q })}