diff --git a/rsbuild.config.ts b/rsbuild.config.ts index b4b29017..3191db5c 100644 --- a/rsbuild.config.ts +++ b/rsbuild.config.ts @@ -24,4 +24,7 @@ export default defineConfig({ "@layouts": "./src/layouts", }, }, + html: { + title: "Meshtastic Web", + }, });