Browse Source

Merge pull request #336 from rcarteraz/master

Fix Title
pull/337/head v2.5.4
rcarteraz 2 years ago
committed by GitHub
parent
commit
72fc3ea337
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 3
      rsbuild.config.ts

3
rsbuild.config.ts

@ -24,4 +24,7 @@ export default defineConfig({
"@layouts": "./src/layouts",
},
},
html: {
title: "Meshtastic Web",
},
});

Loading…
Cancel
Save