Browse Source
Merge pull request #336 from rcarteraz/master
Fix Title
pull/337/head
v2.5.4
rcarteraz
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
3 additions and
0 deletions
-
rsbuild.config.ts
|
|
|
@ -24,4 +24,7 @@ export default defineConfig({ |
|
|
|
"@layouts": "./src/layouts", |
|
|
|
}, |
|
|
|
}, |
|
|
|
html: { |
|
|
|
title: "Meshtastic Web", |
|
|
|
}, |
|
|
|
}); |
|
|
|
|