Browse Source

Merge pull request #2 from rcarteraz/fix-title

Fix Title
pull/336/head
rcarteraz 2 years ago
committed by GitHub
parent
commit
82f4784107
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